summaryrefslogtreecommitdiff
path: root/drivers/misc/genwqe/Kconfig
blob: a8a608713d26d9d18720a70542746fa4161a214b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-License-Identifier: GPL-2.0-only
#
# IBM Accelerator Family 'GenWQE'
#

menuconfig GENWQE
	tristate "GenWQE PCIe Accelerator"
	depends on PCI && 64BIT
	select CRC_ITU_T
	default n
	help
	  Enables PCIe card driver for IBM GenWQE accelerators.
	  The user-space interface is described in
	  include/linux/genwqe/genwqe_card.h.

config GENWQE_PLATFORM_ERROR_RECOVERY
	int "Use platform recovery procedures (0=off, 1=on)"
	depends on GENWQE
	default 1 if PPC64
	default 0