0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # IBM Accelerator Family 'GenWQE'
0004 #
0005
0006 menuconfig GENWQE
0007 tristate "GenWQE PCIe Accelerator"
0008 depends on PCI && 64BIT
0009 select CRC_ITU_T
0010 help
0011 Enables PCIe card driver for IBM GenWQE accelerators.
0012 The user-space interface is described in
0013 include/linux/genwqe/genwqe_card.h.
0014
0015 config GENWQE_PLATFORM_ERROR_RECOVERY
0016 int "Use platform recovery procedures (0=off, 1=on)"
0017 depends on GENWQE
0018 default 1 if PPC64
0019 default 0