Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Frank Haverkamp | 76f5adb | 2013-12-09 13:30:44 +0100 | [diff] [blame] | 2 | # |
| 3 | # IBM Accelerator Family 'GenWQE' |
| 4 | # |
| 5 | |
| 6 | menuconfig GENWQE |
| 7 | tristate "GenWQE PCIe Accelerator" |
| 8 | depends on PCI && 64BIT |
| 9 | select CRC_ITU_T |
Frank Haverkamp | 76f5adb | 2013-12-09 13:30:44 +0100 | [diff] [blame] | 10 | help |
| 11 | Enables PCIe card driver for IBM GenWQE accelerators. |
| 12 | The user-space interface is described in |
| 13 | include/linux/genwqe/genwqe_card.h. |
Kleber Sacilotto de Souza | fb14545 | 2014-06-04 10:57:51 -0300 | [diff] [blame] | 14 | |
| 15 | config GENWQE_PLATFORM_ERROR_RECOVERY |
| 16 | int "Use platform recovery procedures (0=off, 1=on)" |
| 17 | depends on GENWQE |
| 18 | default 1 if PPC64 |
| 19 | default 0 |