aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/iucv/Kconfig
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2007-02-08 13:37:42 -0800
committerDavid S. Miller <davem@davemloft.net>2007-02-08 13:37:42 -0800
commit2356f4cb191100a5e92d537f13e5efdbc697e9cb (patch)
tree2c39e250658886dbac8208573e52dd5df300226b /net/iucv/Kconfig
parent[S390]: Rewrite of the IUCV base code, part 1 (diff)
downloadwireguard-linux-2356f4cb191100a5e92d537f13e5efdbc697e9cb.tar.xz
wireguard-linux-2356f4cb191100a5e92d537f13e5efdbc697e9cb.zip
[S390]: Rewrite of the IUCV base code, part 2
Add rewritten IUCV base code to net/iucv. Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/iucv/Kconfig')
-rw-r--r--net/iucv/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/iucv/Kconfig b/net/iucv/Kconfig
new file mode 100644
index 000000000000..45ecf0b62d52
--- /dev/null
+++ b/net/iucv/Kconfig
@@ -0,0 +1,7 @@
+config IUCV
+ tristate "IUCV support (VM only)"
+ depends on S390
+ help
+ Select this option if you want to use inter-user communication under
+ VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast
+ communication link between VM guests.