Kconfig (5a84d159061d914c8dd4aa372ac6e9529c2be453) Kconfig (61d48c2c31799ab9dbddbbcfccfd8042a5c6b75a)
1menu "S/390 network device drivers"
2 depends on NETDEVICES && S390
3
4config LCS
5 tristate "Lan Channel Station Interface"
1menu "S/390 network device drivers"
2 depends on NETDEVICES && S390
3
4config LCS
5 tristate "Lan Channel Station Interface"
6 depends on NETDEVICES && (NET_ETHERNET || TR || FDDI)
6 depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
7 help
8 Select this option if you want to use LCS networking on IBM S/390
9 or zSeries. This device driver supports Token Ring (IEEE 802.5),
10 FDDI (IEEE 802.7) and Ethernet.
11 This option is also available as a module which will be
12 called lcs.ko. If you do not know what it is, it's safe to say "Y".
13
14config CTC
15 tristate "CTC device support"
7 help
8 Select this option if you want to use LCS networking on IBM S/390
9 or zSeries. This device driver supports Token Ring (IEEE 802.5),
10 FDDI (IEEE 802.7) and Ethernet.
11 This option is also available as a module which will be
12 called lcs.ko. If you do not know what it is, it's safe to say "Y".
13
14config CTC
15 tristate "CTC device support"
16 depends on NETDEVICES
16 depends on CCW && NETDEVICES
17 help
18 Select this option if you want to use channel-to-channel networking
19 on IBM S/390 or zSeries. This device driver supports real CTC
20 coupling using ESCON. It also supports virtual CTCs when running
21 under VM. It will use the channel device configuration if this is
22 available. This option is also available as a module which will be
23 called ctc.ko. If you do not know what it is, it's safe to say "Y".
24

--- 12 unchanged lines hidden (view full) ---

37 tristate "IUCV special message support (VM only)"
38 depends on IUCV
39 help
40 Select this option if you want to be able to receive SMSG messages
41 from other VM guest systems.
42
43config CLAW
44 tristate "CLAW device support"
17 help
18 Select this option if you want to use channel-to-channel networking
19 on IBM S/390 or zSeries. This device driver supports real CTC
20 coupling using ESCON. It also supports virtual CTCs when running
21 under VM. It will use the channel device configuration if this is
22 available. This option is also available as a module which will be
23 called ctc.ko. If you do not know what it is, it's safe to say "Y".
24

--- 12 unchanged lines hidden (view full) ---

37 tristate "IUCV special message support (VM only)"
38 depends on IUCV
39 help
40 Select this option if you want to be able to receive SMSG messages
41 from other VM guest systems.
42
43config CLAW
44 tristate "CLAW device support"
45 depends on NETDEVICES
45 depends on CCW && NETDEVICES
46 help
47 This driver supports channel attached CLAW devices.
48 CLAW is Common Link Access for Workstation. Common devices
49 that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
50 To compile as a module choose M here: The module will be called
51 claw.ko to compile into the kernel choose Y
52
53config QETH
54 tristate "Gigabit Ethernet device support"
46 help
47 This driver supports channel attached CLAW devices.
48 CLAW is Common Link Access for Workstation. Common devices
49 that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
50 To compile as a module choose M here: The module will be called
51 claw.ko to compile into the kernel choose Y
52
53config QETH
54 tristate "Gigabit Ethernet device support"
55 depends on NETDEVICES && IP_MULTICAST && QDIO
55 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
56 help
57 This driver supports the IBM S/390 and zSeries OSA Express adapters
58 in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
59 interfaces in QDIO and HIPER mode.
60
61 For details please refer to the documentation provided by IBM at
62 <http://www10.software.ibm.com/developerworks/opensource/linux390>
63

--- 26 unchanged lines hidden ---
56 help
57 This driver supports the IBM S/390 and zSeries OSA Express adapters
58 in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
59 interfaces in QDIO and HIPER mode.
60
61 For details please refer to the documentation provided by IBM at
62 <http://www10.software.ibm.com/developerworks/opensource/linux390>
63

--- 26 unchanged lines hidden ---