Kconfig 3.63 KB
Newer Older
Linus Torvalds's avatar
Linus Torvalds committed
1
menu "S/390 network device drivers"
2
	depends on NETDEVICES && S390
Linus Torvalds's avatar
Linus Torvalds committed
3 4 5

config LCS
	tristate "Lan Channel Station Interface"
6
	depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
Linus Torvalds's avatar
Linus Torvalds committed
7
	help
8 9 10
	   Select this option if you want to use LCS networking on IBM System z.
	   This device driver supports Token Ring (IEEE 802.5),
	   FDDI (IEEE 802.7) and Ethernet.
11
	   To compile as a module, choose M. The module name is lcs.
12
	   If you do not know what it is, it's safe to choose Y.
Linus Torvalds's avatar
Linus Torvalds committed
13

14 15
config CTCM
	tristate "CTC and MPC SNA device support"
16
	depends on CCW && NETDEVICES
Linus Torvalds's avatar
Linus Torvalds committed
17
	help
18 19 20 21
	  Select this option if you want to use channel-to-channel
	  point-to-point networking on IBM System z.
	  This device driver supports real CTC coupling using ESCON.
	  It also supports virtual CTCs when running under VM.
22 23
	  This driver also supports channel-to-channel MPC SNA devices.
	  MPC is an SNA protocol device used by Communication Server for Linux.
24
	  To compile as a module, choose M. The module name is ctcm.
25 26
	  To compile into the kernel, choose Y.
	  If you do not need any channel-to-channel connection, choose N.
Linus Torvalds's avatar
Linus Torvalds committed
27 28 29 30 31 32 33 34

config NETIUCV
	tristate "IUCV network device support (VM only)"
	depends on IUCV && NETDEVICES
	help
	  Select this option if you want to use inter-user communication
	  vehicle networking under VM or VIF. It enables a fast communication
	  link between VM guests. Using ifconfig a point-to-point connection
35 36
	  can be established to the Linux on IBM System z
	  running on the other VM guest. To compile as a module, choose M.
37
	  The module name is netiucv. If unsure, choose Y.
Linus Torvalds's avatar
Linus Torvalds committed
38 39 40 41 42 43 44 45

config SMSGIUCV
	tristate "IUCV special message support (VM only)"
	depends on IUCV
	help
	  Select this option if you want to be able to receive SMSG messages
	  from other VM guest systems.

46 47 48 49 50 51 52 53 54 55
config SMSGIUCV_EVENT
	tristate "Deliver IUCV special messages as uevents (VM only)"
	depends on SMSGIUCV
	help
	  Select this option to deliver CP special messages (SMSGs) as
	  uevents.  The driver handles only those special messages that
	  start with "APP".

	  To compile as a module, choose M. The module name is "smsgiucv_app".

Linus Torvalds's avatar
Linus Torvalds committed
56 57
config CLAW
	tristate "CLAW device support"
58
	depends on CCW && NETDEVICES
Linus Torvalds's avatar
Linus Torvalds committed
59 60 61 62
	help
	  This driver supports channel attached CLAW devices.
	  CLAW is Common Link Access for Workstation.  Common devices
          that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
63
	  To compile as a module, choose M. The module name is claw.
64
	  To compile into the kernel, choose Y.
Linus Torvalds's avatar
Linus Torvalds committed
65 66 67

config QETH
	tristate "Gigabit Ethernet device support"
68
	depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
Linus Torvalds's avatar
Linus Torvalds committed
69
	help
70
	  This driver supports the IBM System z OSA Express adapters
Linus Torvalds's avatar
Linus Torvalds committed
71 72 73
	  in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
	  interfaces in QDIO and HIPER mode.
	
74 75
	  For details please refer to the documentation provided by IBM at
	  <http://www.ibm.com/developerworks/linux/linux390>
Linus Torvalds's avatar
Linus Torvalds committed
76

77
	  To compile this driver as a module, choose M.
78
	  The module name is qeth.
Linus Torvalds's avatar
Linus Torvalds committed
79

80 81 82 83 84
config QETH_L2
        tristate "qeth layer 2 device support"
        depends on QETH
        help
          Select this option to be able to run qeth devices in layer 2 mode.
85
          To compile as a module, choose M. The module name is qeth_l2.
86
          If unsure, choose y.
Linus Torvalds's avatar
Linus Torvalds committed
87

88 89 90 91 92
config QETH_L3
        tristate "qeth layer 3 device support"
        depends on QETH
        help
          Select this option to be able to run qeth devices in layer 3 mode.
93
          To compile as a module choose M. The module name is qeth_l3.
94
          If unsure, choose Y.
Linus Torvalds's avatar
Linus Torvalds committed
95 96

config QETH_IPV6
97 98 99
        bool
        depends on (QETH_L3 = IPV6) || (QETH_L3 && IPV6 = 'y')
        default y
Linus Torvalds's avatar
Linus Torvalds committed
100 101

config CCWGROUP
102 103
	tristate
	default (LCS || CTCM || QETH)
Linus Torvalds's avatar
Linus Torvalds committed
104 105

endmenu