Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iucv: kernel option for z/VM IUCV and HiperSockets

When adding HiperSockets transport to AF_IUCV Sockets, af_iucv either
depends on IUCV or QETH_L3 (or both). This patch introduces the
necessary changes for kernel configuration.

Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ursula Braun and committed by
David S. Miller
c69748d1 96d042a6

+8 -6
+8 -6
net/iucv/Kconfig
··· 1 1 config IUCV 2 - tristate "IUCV support (S390 - z/VM only)" 3 2 depends on S390 3 + def_tristate y if S390 4 + prompt "IUCV support (S390 - z/VM only)" 4 5 help 5 6 Select this option if you want to use inter-user communication 6 7 under VM or VIF. If you run on z/VM, say "Y" to enable a fast 7 8 communication link between VM guests. 8 9 9 10 config AFIUCV 10 - tristate "AF_IUCV support (S390 - z/VM only)" 11 - depends on IUCV 11 + depends on S390 12 + def_tristate m if QETH_L3 || IUCV 13 + prompt "AF_IUCV Socket support (S390 - z/VM and HiperSockets transport)" 12 14 help 13 - Select this option if you want to use inter-user communication under 14 - VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast 15 - communication link between VM guests. 15 + Select this option if you want to use AF_IUCV socket applications 16 + based on z/VM inter-user communication vehicle or based on 17 + HiperSockets.