Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) Kconfig (4e2b5aa5676bf969b6e9fe936852caf2d583d47f)
1# SPDX-License-Identifier: GPL-2.0
2menu "S/390 network device drivers"
3 depends on NETDEVICES && S390
4
5config LCS
6 def_tristate m
7 prompt "Lan Channel Station Interface"
8 depends on CCW && NETDEVICES && (ETHERNET || FDDI)

--- 77 unchanged lines hidden (view full) ---

86 def_tristate y
87 prompt "qeth layer 3 device support"
88 depends on QETH
89 help
90 Select this option to be able to run qeth devices in layer 3 mode.
91 To compile as a module choose M. The module name is qeth_l3.
92 If unsure, choose Y.
93
1# SPDX-License-Identifier: GPL-2.0
2menu "S/390 network device drivers"
3 depends on NETDEVICES && S390
4
5config LCS
6 def_tristate m
7 prompt "Lan Channel Station Interface"
8 depends on CCW && NETDEVICES && (ETHERNET || FDDI)

--- 77 unchanged lines hidden (view full) ---

86 def_tristate y
87 prompt "qeth layer 3 device support"
88 depends on QETH
89 help
90 Select this option to be able to run qeth devices in layer 3 mode.
91 To compile as a module choose M. The module name is qeth_l3.
92 If unsure, choose Y.
93
94config QETH_OSN
95 def_bool !HAVE_MARCH_Z14_FEATURES
96 prompt "qeth OSN device support"
97 depends on QETH
98 help
99 This enables the qeth driver to support devices in OSN mode.
100 If unsure, choose N.
101
102config QETH_OSX
103 def_bool !HAVE_MARCH_Z15_FEATURES
104 prompt "qeth OSX device support"
105 depends on QETH
106 help
107 This enables the qeth driver to support devices in OSX mode.
108 If unsure, choose N.
109
94config CCWGROUP
95 tristate
96 default (LCS || CTCM || QETH)
97
98config ISM
99 tristate "Support for ISM vPCI Adapter"
100 depends on PCI && SMC
101 default n
102 help
103 Select this option if you want to use the Internal Shared Memory
104 vPCI Adapter.
105
106 To compile as a module choose M. The module name is ism.
107 If unsure, choose N.
108endmenu
110config CCWGROUP
111 tristate
112 default (LCS || CTCM || QETH)
113
114config ISM
115 tristate "Support for ISM vPCI Adapter"
116 depends on PCI && SMC
117 default n
118 help
119 Select this option if you want to use the Internal Shared Memory
120 vPCI Adapter.
121
122 To compile as a module choose M. The module name is ism.
123 If unsure, choose N.
124endmenu