]> Git Repo - J-linux.git/blob - drivers/misc/genwqe/Kconfig
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[J-linux.git] / drivers / misc / genwqe / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # IBM Accelerator Family 'GenWQE'
4 #
5
6 menuconfig GENWQE
7         tristate "GenWQE PCIe Accelerator"
8         depends on PCI && 64BIT
9         select CRC_ITU_T
10         help
11           Enables PCIe card driver for IBM GenWQE accelerators.
12           The user-space interface is described in
13           include/linux/genwqe/genwqe_card.h.
14
15 config GENWQE_PLATFORM_ERROR_RECOVERY
16         int "Use platform recovery procedures (0=off, 1=on)"
17         depends on GENWQE
18         default 1 if PPC64
19         default 0
This page took 0.029995 seconds and 4 git commands to generate.