]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/s390/net/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88...
[mirror_ubuntu-zesty-kernel.git] / drivers / s390 / net / Kconfig
CommitLineData
1da177e4 1menu "S/390 network device drivers"
347a8dc3 2 depends on NETDEVICES && S390
1da177e4
LT
3
4config LCS
6f9a3c33
MS
5 def_tristate m
6 prompt "Lan Channel Station Interface"
1abd2296 7 depends on CCW && NETDEVICES && (ETHERNET || FDDI)
1da177e4 8 help
f423f735 9 Select this option if you want to use LCS networking on IBM System z.
1abd2296 10 This device driver supports FDDI (IEEE 802.7) and Ethernet.
4737f097 11 To compile as a module, choose M. The module name is lcs.
f423f735 12 If you do not know what it is, it's safe to choose Y.
1da177e4 13
293d984f 14config CTCM
6f9a3c33
MS
15 def_tristate m
16 prompt "CTC and MPC SNA device support"
61d48c2c 17 depends on CCW && NETDEVICES
1da177e4 18 help
f423f735
UB
19 Select this option if you want to use channel-to-channel
20 point-to-point networking on IBM System z.
21 This device driver supports real CTC coupling using ESCON.
22 It also supports virtual CTCs when running under VM.
293d984f
PT
23 This driver also supports channel-to-channel MPC SNA devices.
24 MPC is an SNA protocol device used by Communication Server for Linux.
4737f097 25 To compile as a module, choose M. The module name is ctcm.
f423f735
UB
26 To compile into the kernel, choose Y.
27 If you do not need any channel-to-channel connection, choose N.
1da177e4 28
1da177e4 29config NETIUCV
6f9a3c33
MS
30 def_tristate m
31 prompt "IUCV network device support (VM only)"
1da177e4
LT
32 depends on IUCV && NETDEVICES
33 help
34 Select this option if you want to use inter-user communication
35 vehicle networking under VM or VIF. It enables a fast communication
36 link between VM guests. Using ifconfig a point-to-point connection
f423f735
UB
37 can be established to the Linux on IBM System z
38 running on the other VM guest. To compile as a module, choose M.
4737f097 39 The module name is netiucv. If unsure, choose Y.
1da177e4
LT
40
41config SMSGIUCV
6f9a3c33
MS
42 def_tristate m
43 prompt "IUCV special message support (VM only)"
1da177e4
LT
44 depends on IUCV
45 help
46 Select this option if you want to be able to receive SMSG messages
47 from other VM guest systems.
48
1ffaa640 49config SMSGIUCV_EVENT
6f9a3c33
MS
50 def_tristate m
51 prompt "Deliver IUCV special messages as uevents (VM only)"
1ffaa640
HB
52 depends on SMSGIUCV
53 help
54 Select this option to deliver CP special messages (SMSGs) as
55 uevents. The driver handles only those special messages that
56 start with "APP".
57
58 To compile as a module, choose M. The module name is "smsgiucv_app".
59
1da177e4 60config CLAW
6f9a3c33
MS
61 def_tristate m
62 prompt "CLAW device support"
61d48c2c 63 depends on CCW && NETDEVICES
1da177e4
LT
64 help
65 This driver supports channel attached CLAW devices.
66 CLAW is Common Link Access for Workstation. Common devices
67 that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
4737f097 68 To compile as a module, choose M. The module name is claw.
f423f735 69 To compile into the kernel, choose Y.
1da177e4
LT
70
71config QETH
6f9a3c33
MS
72 def_tristate y
73 prompt "Gigabit Ethernet device support"
61d48c2c 74 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
1da177e4 75 help
f423f735 76 This driver supports the IBM System z OSA Express adapters
26e4b334
SR
77 in QDIO mode (all media types), HiperSockets interfaces and z/VM
78 virtual NICs for Guest LAN and VSWITCH.
1da177e4 79
f423f735
UB
80 For details please refer to the documentation provided by IBM at
81 <http://www.ibm.com/developerworks/linux/linux390>
1da177e4 82
f423f735 83 To compile this driver as a module, choose M.
4737f097 84 The module name is qeth.
1da177e4 85
4a71df50 86config QETH_L2
6f9a3c33
MS
87 def_tristate y
88 prompt "qeth layer 2 device support"
89 depends on QETH
90 help
91 Select this option to be able to run qeth devices in layer 2 mode.
92 To compile as a module, choose M. The module name is qeth_l2.
93 If unsure, choose y.
1da177e4 94
4a71df50 95config QETH_L3
6f9a3c33
MS
96 def_tristate y
97 prompt "qeth layer 3 device support"
98 depends on QETH
99 help
100 Select this option to be able to run qeth devices in layer 3 mode.
101 To compile as a module choose M. The module name is qeth_l3.
102 If unsure, choose Y.
1da177e4
LT
103
104config QETH_IPV6
6f9a3c33 105 def_bool y if (QETH_L3 = IPV6) || (QETH_L3 && IPV6 = 'y')
1da177e4 106
1da177e4 107config CCWGROUP
293d984f 108 tristate
81d53749 109 default (LCS || CTCM || QETH || CLAW)
1da177e4
LT
110
111endmenu