diff options
Diffstat (limited to 'drivers/misc/genwqe/Kconfig')
-rw-r--r-- | drivers/misc/genwqe/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/misc/genwqe/Kconfig b/drivers/misc/genwqe/Kconfig new file mode 100644 index 000000000000..6069d8cd79d7 --- /dev/null +++ b/drivers/misc/genwqe/Kconfig | |||
@@ -0,0 +1,13 @@ | |||
1 | # | ||
2 | # IBM Accelerator Family 'GenWQE' | ||
3 | # | ||
4 | |||
5 | menuconfig GENWQE | ||
6 | tristate "GenWQE PCIe Accelerator" | ||
7 | depends on PCI && 64BIT | ||
8 | select CRC_ITU_T | ||
9 | default n | ||
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. | ||