Commit c69748d1c9b5c2db8daae7a1eb55c46932e4376a
Committed by
David S. Miller
1 parent
96d042a68b
Exists in
master
and in
38 other branches
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>
Showing 1 changed file with 8 additions and 6 deletions Side-by-side Diff
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. |