swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 4b972a01a7da614b4796475f933094751a295a2f authored by Linus Torvalds on 22 June 2019, 23:01:36 UTC
Linux 5.2-rc6
Tip revision: 4b972a0
Kconfig
# 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
back to top