blob: b2837b1c70b750c229c9c42265dd232cedfa73e8 [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
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +01005 def_tristate m
6 prompt "Lan Channel Station Interface"
Paul Gortmaker1abd2292012-05-10 15:50:52 -04007 depends on CCW && NETDEVICES && (ETHERNET || FDDI)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 help
Ursula Braunf423f732008-02-08 00:03:48 +01009 Select this option if you want to use LCS networking on IBM System z.
Paul Gortmaker1abd2292012-05-10 15:50:52 -040010 This device driver supports 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
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010015 def_tristate m
16 prompt "CTC and MPC SNA device support"
Martin Schwidefsky61d48c22007-05-10 15:46:00 +020017 depends on CCW && NETDEVICES
Linus Torvalds1da177e2005-04-16 15:20:36 -070018 help
Ursula Braunf423f732008-02-08 00:03:48 +010019 Select this option if you want to use channel-to-channel
20 point-to-point networking on IBM System z.
21 This device driver supports real CTC coupling using ESCON.
22 It also supports virtual CTCs when running under VM.
Peter Tiedemann293d9842008-02-08 00:03:49 +010023 This driver also supports channel-to-channel MPC SNA devices.
24 MPC is an SNA protocol device used by Communication Server for Linux.
Pavel Machek4737f092009-06-05 00:44:53 +020025 To compile as a module, choose M. The module name is ctcm.
Ursula Braunf423f732008-02-08 00:03:48 +010026 To compile into the kernel, choose Y.
27 If you do not need any channel-to-channel connection, choose N.
Linus Torvalds1da177e2005-04-16 15:20:36 -070028
Linus Torvalds1da177e2005-04-16 15:20:36 -070029config NETIUCV
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010030 def_tristate m
31 prompt "IUCV network device support (VM only)"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 depends on IUCV && NETDEVICES
33 help
34 Select this option if you want to use inter-user communication
35 vehicle networking under VM or VIF. It enables a fast communication
36 link between VM guests. Using ifconfig a point-to-point connection
Ursula Braunf423f732008-02-08 00:03:48 +010037 can be established to the Linux on IBM System z
38 running on the other VM guest. To compile as a module, choose M.
Pavel Machek4737f092009-06-05 00:44:53 +020039 The module name is netiucv. If unsure, choose Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070040
41config SMSGIUCV
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010042 def_tristate m
43 prompt "IUCV special message support (VM only)"
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 depends on IUCV
45 help
46 Select this option if you want to be able to receive SMSG messages
47 from other VM guest systems.
48
Hendrik Brueckner1ffaa642010-03-08 12:26:26 +010049config SMSGIUCV_EVENT
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010050 def_tristate m
51 prompt "Deliver IUCV special messages as uevents (VM only)"
Hendrik Brueckner1ffaa642010-03-08 12:26:26 +010052 depends on SMSGIUCV
53 help
54 Select this option to deliver CP special messages (SMSGs) as
55 uevents. The driver handles only those special messages that
56 start with "APP".
57
58 To compile as a module, choose M. The module name is "smsgiucv_app".
59
Linus Torvalds1da177e2005-04-16 15:20:36 -070060config QETH
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010061 def_tristate y
62 prompt "Gigabit Ethernet device support"
Thomas Richter3d14f662014-10-22 12:18:05 +020063 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 help
Ursula Braunf423f732008-02-08 00:03:48 +010065 This driver supports the IBM System z OSA Express adapters
Stefan Raspl26e4b332013-01-21 02:30:21 +000066 in QDIO mode (all media types), HiperSockets interfaces and z/VM
67 virtual NICs for Guest LAN and VSWITCH.
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Ursula Braunf423f732008-02-08 00:03:48 +010069 For details please refer to the documentation provided by IBM at
70 <http://www.ibm.com/developerworks/linux/linux390>
Linus Torvalds1da177e2005-04-16 15:20:36 -070071
Ursula Braunf423f732008-02-08 00:03:48 +010072 To compile this driver as a module, choose M.
Pavel Machek4737f092009-06-05 00:44:53 +020073 The module name is qeth.
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
Frank Blaschka4a71df52008-02-15 09:19:42 +010075config QETH_L2
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010076 def_tristate y
77 prompt "qeth layer 2 device support"
78 depends on QETH
79 help
80 Select this option to be able to run qeth devices in layer 2 mode.
81 To compile as a module, choose M. The module name is qeth_l2.
82 If unsure, choose y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070083
Frank Blaschka4a71df52008-02-15 09:19:42 +010084config QETH_L3
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010085 def_tristate y
86 prompt "qeth layer 3 device support"
87 depends on QETH
88 help
89 Select this option to be able to run qeth devices in layer 3 mode.
90 To compile as a module choose M. The module name is qeth_l3.
91 If unsure, choose Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070092
93config QETH_IPV6
Martin Schwidefsky6f9a3c32011-01-05 12:47:15 +010094 def_bool y if (QETH_L3 = IPV6) || (QETH_L3 && IPV6 = 'y')
Linus Torvalds1da177e2005-04-16 15:20:36 -070095
Linus Torvalds1da177e2005-04-16 15:20:36 -070096config CCWGROUP
Peter Tiedemann293d9842008-02-08 00:03:49 +010097 tristate
Ursula Braun83650a22015-02-27 12:52:32 +010098 default (LCS || CTCM || QETH)
Linus Torvalds1da177e2005-04-16 15:20:36 -070099
100endmenu