Kconfig (8afecfb0ec961e37e61b2d19c4fa71617a9482de) | Kconfig (cd238effefa28fac177e51dcf5e9d1a8b59c3c6b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Western Digital/SMC network device configuration 4# 5 6config NET_VENDOR_SMSC 7 bool "SMC (SMSC)/Western Digital devices" 8 default y --- 35 unchanged lines hidden (view full) --- 44 This is a driver for SMC's 91x series of Ethernet chipsets, 45 including the SMC91C94 and the SMC91C111. Say Y if you want it 46 compiled into the kernel, and read the file 47 <file:Documentation/networking/device_drivers/smsc/smc9.txt>. 48 49 This driver is also available as a module ( = code which can be 50 inserted in and removed from the running kernel whenever you want). 51 The module will be called smc91x. If you want to compile it as a | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Western Digital/SMC network device configuration 4# 5 6config NET_VENDOR_SMSC 7 bool "SMC (SMSC)/Western Digital devices" 8 default y --- 35 unchanged lines hidden (view full) --- 44 This is a driver for SMC's 91x series of Ethernet chipsets, 45 including the SMC91C94 and the SMC91C111. Say Y if you want it 46 compiled into the kernel, and read the file 47 <file:Documentation/networking/device_drivers/smsc/smc9.txt>. 48 49 This driver is also available as a module ( = code which can be 50 inserted in and removed from the running kernel whenever you want). 51 The module will be called smc91x. If you want to compile it as a |
52 module, say M here and read <file:Documentation/kbuild/modules.txt>. | 52 module, say M here and read <file:Documentation/kbuild/modules.rst>. |
53 54config PCMCIA_SMC91C92 55 tristate "SMC 91Cxx PCMCIA support" 56 depends on PCMCIA 57 select CRC32 58 select MII 59 ---help--- 60 Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA --- 20 unchanged lines hidden (view full) --- 81 depends on (ARM || SUPERH) 82 ---help--- 83 This is a driver for SMSC's LAN911x series of Ethernet chipsets 84 including the new LAN9115, LAN9116, LAN9117, and LAN9118. 85 Say Y here if you want it compiled into the kernel. 86 87 This driver is also available as a module. The module will be 88 called smc911x. If you want to compile it as a module, say M | 53 54config PCMCIA_SMC91C92 55 tristate "SMC 91Cxx PCMCIA support" 56 depends on PCMCIA 57 select CRC32 58 select MII 59 ---help--- 60 Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA --- 20 unchanged lines hidden (view full) --- 81 depends on (ARM || SUPERH) 82 ---help--- 83 This is a driver for SMSC's LAN911x series of Ethernet chipsets 84 including the new LAN9115, LAN9116, LAN9117, and LAN9118. 85 Say Y here if you want it compiled into the kernel. 86 87 This driver is also available as a module. The module will be 88 called smc911x. If you want to compile it as a module, say M |
89 here and read <file:Documentation/kbuild/modules.txt> | 89 here and read <file:Documentation/kbuild/modules.rst> |
90 91config SMSC911X 92 tristate "SMSC LAN911x/LAN921x families embedded ethernet support" 93 depends on HAS_IOMEM 94 select CRC32 95 select MII 96 select PHYLIB 97 ---help--- --- 18 unchanged lines hidden (view full) --- 116 select PHYLIB 117 select SMSC_PHY 118 ---help--- 119 This is a driver for SMSC's LAN9420 PCI ethernet adapter. 120 Say Y here if you want it compiled into the kernel. 121 122 This driver is also available as a module. The module will be 123 called smsc9420. If you want to compile it as a module, say M | 90 91config SMSC911X 92 tristate "SMSC LAN911x/LAN921x families embedded ethernet support" 93 depends on HAS_IOMEM 94 select CRC32 95 select MII 96 select PHYLIB 97 ---help--- --- 18 unchanged lines hidden (view full) --- 116 select PHYLIB 117 select SMSC_PHY 118 ---help--- 119 This is a driver for SMSC's LAN9420 PCI ethernet adapter. 120 Say Y here if you want it compiled into the kernel. 121 122 This driver is also available as a module. The module will be 123 called smsc9420. If you want to compile it as a module, say M |
124 here and read <file:Documentation/kbuild/modules.txt> | 124 here and read <file:Documentation/kbuild/modules.rst> |
125 126endif # NET_VENDOR_SMSC | 125 126endif # NET_VENDOR_SMSC |