1 menu "S/390 network device drivers"
2 depends on NETDEVICES && S390
6 prompt "Lan Channel Station Interface"
7 depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
9 Select this option if you want to use LCS networking on IBM System z.
10 This device driver supports Token Ring (IEEE 802.5),
11 FDDI (IEEE 802.7) and Ethernet.
12 To compile as a module, choose M. The module name is lcs.
13 If you do not know what it is, it's safe to choose Y.
17 prompt "CTC and MPC SNA device support"
18 depends on CCW && NETDEVICES
20 Select this option if you want to use channel-to-channel
21 point-to-point networking on IBM System z.
22 This device driver supports real CTC coupling using ESCON.
23 It also supports virtual CTCs when running under VM.
24 This driver also supports channel-to-channel MPC SNA devices.
25 MPC is an SNA protocol device used by Communication Server for Linux.
26 To compile as a module, choose M. The module name is ctcm.
27 To compile into the kernel, choose Y.
28 If you do not need any channel-to-channel connection, choose N.
32 prompt "IUCV network device support (VM only)"
33 depends on IUCV && NETDEVICES
35 Select this option if you want to use inter-user communication
36 vehicle networking under VM or VIF. It enables a fast communication
37 link between VM guests. Using ifconfig a point-to-point connection
38 can be established to the Linux on IBM System z
39 running on the other VM guest. To compile as a module, choose M.
40 The module name is netiucv. If unsure, choose Y.
44 prompt "IUCV special message support (VM only)"
47 Select this option if you want to be able to receive SMSG messages
48 from other VM guest systems.
52 prompt "Deliver IUCV special messages as uevents (VM only)"
55 Select this option to deliver CP special messages (SMSGs) as
56 uevents. The driver handles only those special messages that
59 To compile as a module, choose M. The module name is "smsgiucv_app".
63 prompt "CLAW device support"
64 depends on CCW && NETDEVICES
66 This driver supports channel attached CLAW devices.
67 CLAW is Common Link Access for Workstation. Common devices
68 that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
69 To compile as a module, choose M. The module name is claw.
70 To compile into the kernel, choose Y.
74 prompt "Gigabit Ethernet device support"
75 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
77 This driver supports the IBM System z OSA Express adapters
78 in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
79 interfaces in QDIO and HIPER mode.
81 For details please refer to the documentation provided by IBM at
82 <http://www.ibm.com/developerworks/linux/linux390>
84 To compile this driver as a module, choose M.
85 The module name is qeth.
89 prompt "qeth layer 2 device support"
92 Select this option to be able to run qeth devices in layer 2 mode.
93 To compile as a module, choose M. The module name is qeth_l2.
98 prompt "qeth layer 3 device support"
101 Select this option to be able to run qeth devices in layer 3 mode.
102 To compile as a module choose M. The module name is qeth_l3.
106 def_bool y if (QETH_L3 = IPV6) || (QETH_L3 && IPV6 = 'y')
110 default (LCS || CTCM || QETH || CLAW)