Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / misc / genwqe / Kconfig
blob97f64bcf9fe032faa0bf080141737afd2c0263cb
1 # SPDX-License-Identifier: GPL-2.0-only
3 # IBM Accelerator Family 'GenWQE'
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.
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