2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-12-09 20:30:44 +08:00
|
|
|
#
|
|
|
|
# IBM Accelerator Family 'GenWQE'
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig GENWQE
|
|
|
|
tristate "GenWQE PCIe Accelerator"
|
|
|
|
depends on PCI && 64BIT
|
|
|
|
select CRC_ITU_T
|
|
|
|
help
|
|
|
|
Enables PCIe card driver for IBM GenWQE accelerators.
|
|
|
|
The user-space interface is described in
|
|
|
|
include/linux/genwqe/genwqe_card.h.
|
2014-06-04 21:57:51 +08:00
|
|
|
|
|
|
|
config GENWQE_PLATFORM_ERROR_RECOVERY
|
|
|
|
int "Use platform recovery procedures (0=off, 1=on)"
|
|
|
|
depends on GENWQE
|
|
|
|
default 1 if PPC64
|
|
|
|
default 0
|