Kconfig (f423f73506ba8e837b5fdcd8c8be50078deb123d) Kconfig (293d984f0e3604c04dcdbf00117ddc1e5d4b1909)
1menu "S/390 network device drivers"
2 depends on NETDEVICES && S390
3
4config LCS
5 tristate "Lan Channel Station Interface"
6 depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
7 help
8 Select this option if you want to use LCS networking on IBM System z.
9 This device driver supports Token Ring (IEEE 802.5),
10 FDDI (IEEE 802.7) and Ethernet.
11 To compile as a module, choose M. The module name is lcs.ko.
12 If you do not know what it is, it's safe to choose Y.
13
1menu "S/390 network device drivers"
2 depends on NETDEVICES && S390
3
4config LCS
5 tristate "Lan Channel Station Interface"
6 depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
7 help
8 Select this option if you want to use LCS networking on IBM System z.
9 This device driver supports Token Ring (IEEE 802.5),
10 FDDI (IEEE 802.7) and Ethernet.
11 To compile as a module, choose M. The module name is lcs.ko.
12 If you do not know what it is, it's safe to choose Y.
13
14config CTC
15 tristate "CTC device support"
14config CTCM
15 tristate "CTC and MPC SNA device support"
16 depends on CCW && NETDEVICES
17 help
18 Select this option if you want to use channel-to-channel
19 point-to-point networking on IBM System z.
20 This device driver supports real CTC coupling using ESCON.
21 It also supports virtual CTCs when running under VM.
16 depends on CCW && NETDEVICES
17 help
18 Select this option if you want to use channel-to-channel
19 point-to-point networking on IBM System z.
20 This device driver supports real CTC coupling using ESCON.
21 It also supports virtual CTCs when running under VM.
22 To compile as a module, choose M. The module name is ctc.ko.
22 This driver also supports channel-to-channel MPC SNA devices.
23 MPC is an SNA protocol device used by Communication Server for Linux.
24 To compile as a module, choose M. The module name is ctcm.ko.
23 To compile into the kernel, choose Y.
24 If you do not need any channel-to-channel connection, choose N.
25
26config NETIUCV
27 tristate "IUCV network device support (VM only)"
28 depends on IUCV && NETDEVICES
29 help
30 Select this option if you want to use inter-user communication

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

79config QETH_VLAN
80 bool "VLAN support for gigabit ethernet"
81 depends on (QETH = VLAN_8021Q) || (QETH && VLAN_8021Q = 'y')
82 help
83 If CONFIG_QETH is switched on, this option will include IEEE
84 802.1q VLAN support in the qeth device driver.
85
86config CCWGROUP
25 To compile into the kernel, choose Y.
26 If you do not need any channel-to-channel connection, choose N.
27
28config NETIUCV
29 tristate "IUCV network device support (VM only)"
30 depends on IUCV && NETDEVICES
31 help
32 Select this option if you want to use inter-user communication

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

81config QETH_VLAN
82 bool "VLAN support for gigabit ethernet"
83 depends on (QETH = VLAN_8021Q) || (QETH && VLAN_8021Q = 'y')
84 help
85 If CONFIG_QETH is switched on, this option will include IEEE
86 802.1q VLAN support in the qeth device driver.
87
88config CCWGROUP
87 tristate
88 default (LCS || CTC || QETH)
89 tristate
90 default (LCS || CTCM || QETH)
89
90endmenu
91
92endmenu