Kconfig (552c69b36ebd966186573b9c7a286b390935cce1) Kconfig (684b89bc39ce4f204b1a2b180f39f2eb36a6b695)
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)

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

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 CCWGROUP
95 tristate
96 default (LCS || CTCM || QETH)
97
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)

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

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 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.
98endmenu
108endmenu