xref: /openbmc/linux/drivers/misc/genwqe/Kconfig (revision 2874c5fd)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# IBM Accelerator Family 'GenWQE'
4#
5
6menuconfig GENWQE
7	tristate "GenWQE PCIe Accelerator"
8	depends on PCI && 64BIT
9	select CRC_ITU_T
10	default n
11	help
12	  Enables PCIe card driver for IBM GenWQE accelerators.
13	  The user-space interface is described in
14	  include/linux/genwqe/genwqe_card.h.
15
16config GENWQE_PLATFORM_ERROR_RECOVERY
17	int "Use platform recovery procedures (0=off, 1=on)"
18	depends on GENWQE
19	default 1 if PPC64
20	default 0
21