Kconfig (de80193308f43d3ae52cd3561e8ba77cd1437311) | Kconfig (a72178cfe855c283224f393d94a1332b90d1483e) |
---|---|
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 --- 88 unchanged lines hidden (view full) --- 97 If unsure, choose N. 98 99config CCWGROUP 100 tristate 101 default (LCS || CTCM || QETH || SMC) 102 103config ISM 104 tristate "Support for ISM vPCI Adapter" | 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 --- 88 unchanged lines hidden (view full) --- 97 If unsure, choose N. 98 99config CCWGROUP 100 tristate 101 default (LCS || CTCM || QETH || SMC) 102 103config ISM 104 tristate "Support for ISM vPCI Adapter" |
105 depends on PCI && SMC | 105 depends on PCI |
106 default n 107 help 108 Select this option if you want to use the Internal Shared Memory 109 vPCI Adapter. 110 111 To compile as a module choose M. The module name is ism. 112 If unsure, choose N. 113endmenu | 106 default n 107 help 108 Select this option if you want to use the Internal Shared Memory 109 vPCI Adapter. 110 111 To compile as a module choose M. The module name is ism. 112 If unsure, choose N. 113endmenu |