Kconfig (ead5d1f4d877e92c051e1a1ade623d0d30e71619) Kconfig (219d9aef6d838626c7143da790776b2ffd2949a1)
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)

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

102 prompt "qeth OSX device support"
103 depends on QETH
104 help
105 This enables the qeth driver to support devices in OSX mode.
106 If unsure, choose N.
107
108config CCWGROUP
109 tristate
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)

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

102 prompt "qeth OSX device support"
103 depends on QETH
104 help
105 This enables the qeth driver to support devices in OSX mode.
106 If unsure, choose N.
107
108config CCWGROUP
109 tristate
110 default (LCS || CTCM || QETH)
110 default (LCS || CTCM || QETH || SMC)
111
112config ISM
113 tristate "Support for ISM vPCI Adapter"
114 depends on PCI && SMC
115 default n
116 help
117 Select this option if you want to use the Internal Shared Memory
118 vPCI Adapter.
119
120 To compile as a module choose M. The module name is ism.
121 If unsure, choose N.
122endmenu
111
112config ISM
113 tristate "Support for ISM vPCI Adapter"
114 depends on PCI && SMC
115 default n
116 help
117 Select this option if you want to use the Internal Shared Memory
118 vPCI Adapter.
119
120 To compile as a module choose M. The module name is ism.
121 If unsure, choose N.
122endmenu