Kconfig (06d07429858317ded2db7986113a9e0129cd599b) | Kconfig (a29689e60ed3e65463d6462390caad669d08a6b7) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# TI device configuration 4# 5 6config NET_VENDOR_TI 7 bool "Texas Instruments (TI) devices" 8 default y --- 153 unchanged lines hidden (view full) --- 162 tristate "TI Keystone NETCP Ethernet subsystem Support" 163 help 164 165 To compile this driver as a module, choose M here: the module 166 will be called keystone_netcp_ethss. 167 168config TLAN 169 tristate "TI ThunderLAN support" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# TI device configuration 4# 5 6config NET_VENDOR_TI 7 bool "Texas Instruments (TI) devices" 8 default y --- 153 unchanged lines hidden (view full) --- 162 tristate "TI Keystone NETCP Ethernet subsystem Support" 163 help 164 165 To compile this driver as a module, choose M here: the module 166 will be called keystone_netcp_ethss. 167 168config TLAN 169 tristate "TI ThunderLAN support" |
170 depends on (PCI || EISA) | 170 depends on (PCI || EISA) && HAS_IOPORT |
171 help 172 If you have a PCI Ethernet network card based on the ThunderLAN chip 173 which is supported by this driver, say Y here. 174 175 Devices currently supported by this driver are Compaq Netelligent, 176 Compaq NetFlex and Olicom cards. Please read the file 177 <file:Documentation/networking/device_drivers/ethernet/ti/tlan.rst> 178 for more details. --- 35 unchanged lines hidden --- | 171 help 172 If you have a PCI Ethernet network card based on the ThunderLAN chip 173 which is supported by this driver, say Y here. 174 175 Devices currently supported by this driver are Compaq Netelligent, 176 Compaq NetFlex and Olicom cards. Please read the file 177 <file:Documentation/networking/device_drivers/ethernet/ti/tlan.rst> 178 for more details. --- 35 unchanged lines hidden --- |