]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/s390/net/Kconfig
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[net-next-2.6.git] / drivers / s390 / net / Kconfig
CommitLineData
1da177e4 1menu "S/390 network device drivers"
347a8dc3 2 depends on NETDEVICES && S390
1da177e4
LT
3
4config LCS
5 tristate "Lan Channel Station Interface"
61d48c2c 6 depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
1da177e4 7 help
f423f735
UB
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.
4737f097 11 To compile as a module, choose M. The module name is lcs.
f423f735 12 If you do not know what it is, it's safe to choose Y.
1da177e4 13
293d984f
PT
14config CTCM
15 tristate "CTC and MPC SNA device support"
61d48c2c 16 depends on CCW && NETDEVICES
1da177e4 17 help
f423f735
UB
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.
293d984f
PT
22 This driver also supports channel-to-channel MPC SNA devices.
23 MPC is an SNA protocol device used by Communication Server for Linux.
4737f097 24 To compile as a module, choose M. The module name is ctcm.
f423f735
UB
25 To compile into the kernel, choose Y.
26 If you do not need any channel-to-channel connection, choose N.
1da177e4 27
1da177e4
LT
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
33 vehicle networking under VM or VIF. It enables a fast communication
34 link between VM guests. Using ifconfig a point-to-point connection
f423f735
UB
35 can be established to the Linux on IBM System z
36 running on the other VM guest. To compile as a module, choose M.
4737f097 37 The module name is netiucv. If unsure, choose Y.
1da177e4
LT
38
39config SMSGIUCV
40 tristate "IUCV special message support (VM only)"
41 depends on IUCV
42 help
43 Select this option if you want to be able to receive SMSG messages
44 from other VM guest systems.
45
1ffaa640
HB
46config SMSGIUCV_EVENT
47 tristate "Deliver IUCV special messages as uevents (VM only)"
48 depends on SMSGIUCV
49 help
50 Select this option to deliver CP special messages (SMSGs) as
51 uevents. The driver handles only those special messages that
52 start with "APP".
53
54 To compile as a module, choose M. The module name is "smsgiucv_app".
55
1da177e4
LT
56config CLAW
57 tristate "CLAW device support"
61d48c2c 58 depends on CCW && NETDEVICES
1da177e4
LT
59 help
60 This driver supports channel attached CLAW devices.
61 CLAW is Common Link Access for Workstation. Common devices
62 that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
4737f097 63 To compile as a module, choose M. The module name is claw.
f423f735 64 To compile into the kernel, choose Y.
1da177e4
LT
65
66config QETH
67 tristate "Gigabit Ethernet device support"
61d48c2c 68 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
1da177e4 69 help
f423f735 70 This driver supports the IBM System z OSA Express adapters
1da177e4
LT
71 in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
72 interfaces in QDIO and HIPER mode.
73
f423f735
UB
74 For details please refer to the documentation provided by IBM at
75 <http://www.ibm.com/developerworks/linux/linux390>
1da177e4 76
f423f735 77 To compile this driver as a module, choose M.
4737f097 78 The module name is qeth.
1da177e4 79
4a71df50
FB
80config QETH_L2
81 tristate "qeth layer 2 device support"
82 depends on QETH
83 help
84 Select this option to be able to run qeth devices in layer 2 mode.
4737f097 85 To compile as a module, choose M. The module name is qeth_l2.
4a71df50 86 If unsure, choose y.
1da177e4 87
4a71df50
FB
88config QETH_L3
89 tristate "qeth layer 3 device support"
90 depends on QETH
91 help
92 Select this option to be able to run qeth devices in layer 3 mode.
4737f097 93 To compile as a module choose M. The module name is qeth_l3.
4a71df50 94 If unsure, choose Y.
1da177e4
LT
95
96config QETH_IPV6
4a71df50
FB
97 bool
98 depends on (QETH_L3 = IPV6) || (QETH_L3 && IPV6 = 'y')
99 default y
1da177e4 100
1da177e4 101config CCWGROUP
293d984f 102 tristate
81d53749 103 default (LCS || CTCM || QETH || CLAW)
1da177e4
LT
104
105endmenu