summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/Kconfig
diff options
context:
space:
mode:
authorSebastian Ott2018-06-28 19:05:13 +0200
committerDavid S. Miller2018-06-30 13:42:26 +0200
commit684b89bc39ce4f204b1a2b180f39f2eb36a6b695 (patch)
tree75c7a211188000f16cd750058b57c5405e722aad /drivers/s390/net/Kconfig
parentnet/smc: add SMC-D diag support (diff)
downloadkernel-qcow2-linux-684b89bc39ce4f204b1a2b180f39f2eb36a6b695.tar.gz
kernel-qcow2-linux-684b89bc39ce4f204b1a2b180f39f2eb36a6b695.tar.xz
kernel-qcow2-linux-684b89bc39ce4f204b1a2b180f39f2eb36a6b695.zip
s390/ism: add device driver for internal shared memory
Add support for the Internal Shared Memory vPCI Adapter. This driver implements the interfaces of the SMC-D protocol. Signed-off-by: Sebastian Ott <sebott@linux.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/Kconfig')
-rw-r--r--drivers/s390/net/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/s390/net/Kconfig b/drivers/s390/net/Kconfig
index c7e484f70654..7c5a25ddf832 100644
--- a/drivers/s390/net/Kconfig
+++ b/drivers/s390/net/Kconfig
@@ -95,4 +95,14 @@ config CCWGROUP
tristate
default (LCS || CTCM || QETH)
+config ISM
+ tristate "Support for ISM vPCI Adapter"
+ depends on PCI && SMC
+ default n
+ help
+ Select this option if you want to use the Internal Shared Memory
+ vPCI Adapter.
+
+ To compile as a module choose M. The module name is ism.
+ If unsure, choose N.
endmenu