ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / s390 / net / Kconfig
1 menu "S/390 network device drivers"
2         depends on NETDEVICES && ARCH_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. At boot time the user ID of the guest needs
31           to be passed to the kernel. Note that both kernels need to be
32           compiled with this option and both need to be booted with the user ID
33           of the other VM guest.
34
35 config NETIUCV
36         tristate "IUCV network device support (VM only)"
37         depends on IUCV && NETDEVICES
38         help
39           Select this option if you want to use inter-user communication
40           vehicle networking under VM or VIF. It enables a fast communication
41           link between VM guests. Using ifconfig a point-to-point connection
42           can be established to the Linux for zSeries and S7390 system
43           running on the other VM guest. This option is also available
44           as a module which will be called netiucv.ko. If unsure, say "Y".
45
46 config SMSGIUCV
47         tristate "IUCV special message support (VM only)"
48         depends on IUCV
49         help
50           Select this option if you want to be able to receive SMSG messages
51           from other VM guest systems.
52
53
54 config QETH
55         tristate "Gigabit Ethernet device support"
56         depends on NETDEVICES && IP_MULTICAST && QDIO
57         help
58           This driver supports the IBM S/390 and zSeries OSA Express adapters
59           in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
60           interfaces in QDIO and HIPER mode.
61         
62           For details please refer to the documentation provided by IBM at   
63           <http://www10.software.ibm.com/developerworks/opensource/linux390>
64
65           To compile this driver as a module, choose M here: the
66           module will be called qeth.ko.
67
68
69 comment "Gigabit Ethernet default settings"
70         depends on QETH
71
72 config QETH_IPV6
73         bool "IPv6 support for gigabit ethernet"
74         depends on (QETH = IPV6) || (QETH && IPV6 = 'y')
75         help
76           If CONFIG_QETH is switched on, this option will include IPv6
77           support in the qeth device driver.
78         
79 config 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
86 config QETH_PERF_STATS
87         bool "Performance statistics in /proc"
88         depends on QETH
89         help
90           When switched on, this option will add a file in the proc-fs
91           (/proc/qeth_perf_stats) containing performance statistics. It
92           may slightly impact performance, so this is only recommended for
93           internal tuning of the device driver.
94
95 config CCWGROUP
96         tristate
97         default (LCS || CTC || QETH)
98
99 endmenu