diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-02-08 13:37:42 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-02-08 13:37:42 -0800 |
commit | 2356f4cb191100a5e92d537f13e5efdbc697e9cb (patch) | |
tree | 2c39e250658886dbac8208573e52dd5df300226b /net/iucv/Kconfig | |
parent | 33a67fe898dbbe25589d2fca805cb68cfd7d311f (diff) |
[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/Kconfig | 7 |
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. |