summaryrefslogtreecommitdiffstats
path: root/drivers/misc/genwqe/Kconfig
diff options
context:
space:
mode:
authorFrank Haverkamp2013-12-09 13:30:44 +0100
committerGreg Kroah-Hartman2013-12-19 01:51:15 +0100
commit76f5adbcb371b01ae0ad42e55377d0579706fb20 (patch)
tree283ce182c492395d2865934a56fb52e653b4c395 /drivers/misc/genwqe/Kconfig
parentGenWQE Sysfs interfaces (diff)
downloadkernel-qcow2-linux-76f5adbcb371b01ae0ad42e55377d0579706fb20.tar.gz
kernel-qcow2-linux-76f5adbcb371b01ae0ad42e55377d0579706fb20.tar.xz
kernel-qcow2-linux-76f5adbcb371b01ae0ad42e55377d0579706fb20.zip
GenWQE Enable driver
Enable possiblity to configure and build this driver. Signed-off-by: Frank Haverkamp <haver@linux.vnet.ibm.com> Co-authors: Joerg-Stephan Vogt <jsvogt@de.ibm.com>, Michael Jung <MIJUNG@de.ibm.com>, Michael Ruettger <michael@ibmra.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/genwqe/Kconfig')
-rw-r--r--drivers/misc/genwqe/Kconfig13
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 @@
+#
+# 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.