Skip to content

Commit c69748d

Browse files
braunudavem330
authored andcommitted
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 <[email protected]> Signed-off-by: Frank Blaschka <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 96d042a commit c69748d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

net/iucv/Kconfig

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
config IUCV
2-
tristate "IUCV support (S390 - z/VM only)"
32
depends on S390
3+
def_tristate y if S390
4+
prompt "IUCV support (S390 - z/VM only)"
45
help
56
Select this option if you want to use inter-user communication
67
under VM or VIF. If you run on z/VM, say "Y" to enable a fast
78
communication link between VM guests.
89

910
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)"
1214
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.

0 commit comments

Comments
 (0)