blob: 977bb4d4ed15425b6b780649c5c15d98e977c964 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "S/390 network device drivers"
Martin Schwidefsky347a8dc2006-01-06 00:19:28 -08002 depends on NETDEVICES && S390
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
4config LCS
5 tristate "Lan Channel Station Interface"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +02006 depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 help
Ursula Braunf423f732008-02-08 00:03:48 +01008 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.
Pavel Machek4737f092009-06-05 00:44:53 +020011 To compile as a module, choose M. The module name is lcs.
Ursula Braunf423f732008-02-08 00:03:48 +010012 If you do not know what it is, it's safe to choose Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Peter Tiedemann293d9842008-02-08 00:03:49 +010014config CTCM
15 tristate "CTC and MPC SNA device support"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020016 depends on CCW && NETDEVICES
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 help
Ursula Braunf423f732008-02-08 00:03:48 +010018 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.
Peter Tiedemann293d9842008-02-08 00:03:49 +010022 This driver also supports channel-to-channel MPC SNA devices.
23 MPC is an SNA protocol device used by Communication Server for Linux.
Pavel Machek4737f092009-06-05 00:44:53 +020024 To compile as a module, choose M. The module name is ctcm.
Ursula Braunf423f732008-02-08 00:03:48 +010025 To compile into the kernel, choose Y.
26 If you do not need any channel-to-channel connection, choose N.
Linus Torvalds1da177e2005-04-16 15:20:36 -070027
Linus Torvalds1da177e2005-04-16 15:20:36 -070028config 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
Ursula Braunf423f732008-02-08 00:03:48 +010035 can be established to the Linux on IBM System z
36 running on the other VM guest. To compile as a module, choose M.
Pavel Machek4737f092009-06-05 00:44:53 +020037 The module name is netiucv. If unsure, choose Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
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
Hendrik Brueckner1ffaa642010-03-08 12:26:26 +010046config 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070056config CLAW
57 tristate "CLAW device support"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020058 depends on CCW && NETDEVICES
Linus Torvalds1da177e2005-04-16 15:20:36 -070059 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.
Pavel Machek4737f092009-06-05 00:44:53 +020063 To compile as a module, choose M. The module name is claw.
Ursula Braunf423f732008-02-08 00:03:48 +010064 To compile into the kernel, choose Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070065
66config QETH
67 tristate "Gigabit Ethernet device support"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020068 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 help
Ursula Braunf423f732008-02-08 00:03:48 +010070 This driver supports the IBM System z OSA Express adapters
Linus Torvalds1da177e2005-04-16 15:20:36 -070071 in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
72 interfaces in QDIO and HIPER mode.
73
Ursula Braunf423f732008-02-08 00:03:48 +010074 For details please refer to the documentation provided by IBM at
75 <http://www.ibm.com/developerworks/linux/linux390>
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
Ursula Braunf423f732008-02-08 00:03:48 +010077 To compile this driver as a module, choose M.
Pavel Machek4737f092009-06-05 00:44:53 +020078 The module name is qeth.
Linus Torvalds1da177e2005-04-16 15:20:36 -070079
Frank Blaschka4a71df52008-02-15 09:19:42 +010080config 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.
Pavel Machek4737f092009-06-05 00:44:53 +020085 To compile as a module, choose M. The module name is qeth_l2.
Frank Blaschka4a71df52008-02-15 09:19:42 +010086 If unsure, choose y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070087
Frank Blaschka4a71df52008-02-15 09:19:42 +010088config 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.
Pavel Machek4737f092009-06-05 00:44:53 +020093 To compile as a module choose M. The module name is qeth_l3.
Frank Blaschka4a71df52008-02-15 09:19:42 +010094 If unsure, choose Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070095
96config QETH_IPV6
Frank Blaschka4a71df52008-02-15 09:19:42 +010097 bool
98 depends on (QETH_L3 = IPV6) || (QETH_L3 && IPV6 = 'y')
99 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101config CCWGROUP
Peter Tiedemann293d9842008-02-08 00:03:49 +0100102 tristate
103 default (LCS || CTCM || QETH)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104
105endmenu