brintos

brintos / linux-shallow public Read only

0
0
Text · 465 B · 97f64bc Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# IBM Accelerator Family 'GenWQE'4#5 6menuconfig GENWQE7	tristate "GenWQE PCIe Accelerator"8	depends on PCI && 64BIT9	select CRC_ITU_T10	help11	  Enables PCIe card driver for IBM GenWQE accelerators.12	  The user-space interface is described in13	  include/linux/genwqe/genwqe_card.h.14 15config GENWQE_PLATFORM_ERROR_RECOVERY16	int "Use platform recovery procedures (0=off, 1=on)"17	depends on GENWQE18	default 1 if PPC6419	default 020