Pull output-switch into test branch
[pandora-kernel.git] / drivers / s390 / net / Kconfig
1 menu "S/390 network device drivers"
2         depends on NETDEVICES && S390
3
4 config LCS
5         tristate "Lan Channel Station Interface"
6         depends on 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
14 config CTC
15         tristate "CTC device support"
16         depends on 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
25 config IUCV
26         tristate "IUCV support (VM only)"
27         help
28           Select this option if you want to use inter-user communication
29           under VM or VIF. If unsure, say "Y" to enable a fast communication
30           link between VM guests.
31
32 config NETIUCV
33         tristate "IUCV network device support (VM only)"
34         depends on IUCV && NETDEVICES
35         help
36           Select this option if you want to use inter-user communication
37           vehicle networking under VM or VIF. It enables a fast communication
38           link between VM guests. Using ifconfig a point-to-point connection
39           can be established to the Linux for zSeries and S7390 system
40           running on the other VM guest. This option is also available
41           as a module which will be called netiucv.ko. If unsure, say "Y".
42
43 config SMSGIUCV
44         tristate "IUCV special message support (VM only)"
45         depends on IUCV
46         help
47           Select this option if you want to be able to receive SMSG messages
48           from other VM guest systems.
49
50 config CLAW
51         tristate "CLAW device support"
52         depends on NETDEVICES
53         help
54           This driver supports channel attached CLAW devices.
55           CLAW is Common Link Access for Workstation.  Common devices
56           that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
57           To compile as a module choose M here:  The module will be called
58           claw.ko to compile into the kernel choose Y
59
60 config QETH
61         tristate "Gigabit Ethernet device support"
62         depends on NETDEVICES && IP_MULTICAST && QDIO
63         help
64           This driver supports the IBM S/390 and zSeries OSA Express adapters
65           in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
66           interfaces in QDIO and HIPER mode.
67         
68           For details please refer to the documentation provided by IBM at   
69           <http://www10.software.ibm.com/developerworks/opensource/linux390>
70
71           To compile this driver as a module, choose M here: the
72           module will be called qeth.ko.
73
74
75 comment "Gigabit Ethernet default settings"
76         depends on QETH
77
78 config QETH_IPV6
79         bool "IPv6 support for gigabit ethernet"
80         depends on (QETH = IPV6) || (QETH && IPV6 = 'y')
81         help
82           If CONFIG_QETH is switched on, this option will include IPv6
83           support in the qeth device driver.
84         
85 config QETH_VLAN
86         bool "VLAN support for gigabit ethernet"
87         depends on (QETH = VLAN_8021Q) || (QETH && VLAN_8021Q = 'y')
88         help
89           If CONFIG_QETH is switched on, this option will include IEEE
90           802.1q VLAN support in the qeth device driver.
91
92 config CCWGROUP
93         tristate
94         default (LCS || CTC || QETH)
95
96 endmenu