1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2ae150435SJeff Kirsher# 3ae150435SJeff Kirsher# Western Digital/SMC network device configuration 4ae150435SJeff Kirsher# 5ae150435SJeff Kirsher 6ae150435SJeff Kirsherconfig NET_VENDOR_SMSC 7ae150435SJeff Kirsher bool "SMC (SMSC)/Western Digital devices" 888f07484SJeff Kirsher default y 9a687a533SArnd Bergmann depends on ARM || ARM64 || ATARI_ETHERNAT || COLDFIRE || \ 10a687a533SArnd Bergmann ISA || MAC || MIPS || NIOS2 || PCI || \ 117958ba7eSAndrew Lunn PCMCIA || SUPERH || XTENSA || H8300 || COMPILE_TEST 12a7f7f624SMasahiro Yamada help 13138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 14ae150435SJeff Kirsher 15ae150435SJeff Kirsher Note that the answer to this question doesn't directly affect the 16ae150435SJeff Kirsher kernel: saying N will just cause the configurator to skip all 17ae150435SJeff Kirsher the questions about SMC/Western Digital cards. If you say Y, you will 18ae150435SJeff Kirsher be asked for your specific card in the following questions. 19ae150435SJeff Kirsher 20ae150435SJeff Kirsherif NET_VENDOR_SMSC 21ae150435SJeff Kirsher 22ae150435SJeff Kirsherconfig SMC9194 23ae150435SJeff Kirsher tristate "SMC 9194 support" 2483090e7dSFinn Thain depends on ISA 25ae150435SJeff Kirsher select CRC32 26*4228c394SArnd Bergmann select NETDEV_LEGACY_INIT 27a7f7f624SMasahiro Yamada help 28ae150435SJeff Kirsher This is support for the SMC9xxx based Ethernet cards. Choose this 29ae150435SJeff Kirsher option if you have a DELL laptop with the docking station, or 30ae150435SJeff Kirsher another SMC9192/9194 based chipset. Say Y if you want it compiled 31ae150435SJeff Kirsher into the kernel, and read the file 32132db935SJakub Kicinski <file:Documentation/networking/device_drivers/ethernet/smsc/smc9.rst>. 33ae150435SJeff Kirsher 34ae150435SJeff Kirsher To compile this driver as a module, choose M here. The module 35ae150435SJeff Kirsher will be called smc9194. 36ae150435SJeff Kirsher 37ae150435SJeff Kirsherconfig SMC91X 38ae150435SJeff Kirsher tristate "SMC 91C9x/91C1xxx support" 39ae150435SJeff Kirsher select CRC32 40ae150435SJeff Kirsher select MII 416321b54aSMichael Schmitz depends on !OF || GPIOLIB 42a687a533SArnd Bergmann depends on ARM || ARM64 || ATARI_ETHERNAT || COLDFIRE || \ 437958ba7eSAndrew Lunn MIPS || NIOS2 || SUPERH || XTENSA || H8300 || COMPILE_TEST 44a7f7f624SMasahiro Yamada help 45ae150435SJeff Kirsher This is a driver for SMC's 91x series of Ethernet chipsets, 46ae150435SJeff Kirsher including the SMC91C94 and the SMC91C111. Say Y if you want it 47ae150435SJeff Kirsher compiled into the kernel, and read the file 48132db935SJakub Kicinski <file:Documentation/networking/device_drivers/ethernet/smsc/smc9.rst>. 49ae150435SJeff Kirsher 50ae150435SJeff Kirsher This driver is also available as a module ( = code which can be 51ae150435SJeff Kirsher inserted in and removed from the running kernel whenever you want). 52ae150435SJeff Kirsher The module will be called smc91x. If you want to compile it as a 53cd238effSMauro Carvalho Chehab module, say M here and read <file:Documentation/kbuild/modules.rst>. 54ae150435SJeff Kirsher 55ae150435SJeff Kirsherconfig PCMCIA_SMC91C92 56ae150435SJeff Kirsher tristate "SMC 91Cxx PCMCIA support" 57ae150435SJeff Kirsher depends on PCMCIA 58ae150435SJeff Kirsher select CRC32 59ae150435SJeff Kirsher select MII 60a7f7f624SMasahiro Yamada help 61ae150435SJeff Kirsher Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA 62ae150435SJeff Kirsher (PC-card) Ethernet or Fast Ethernet card to your computer. 63ae150435SJeff Kirsher 64ae150435SJeff Kirsher To compile this driver as a module, choose M here: the module will be 65ae150435SJeff Kirsher called smc91c92_cs. If unsure, say N. 66ae150435SJeff Kirsher 67ae150435SJeff Kirsherconfig EPIC100 68ae150435SJeff Kirsher tristate "SMC EtherPower II" 69ae150435SJeff Kirsher depends on PCI 70ae150435SJeff Kirsher select CRC32 71ae150435SJeff Kirsher select MII 72a7f7f624SMasahiro Yamada help 73ae150435SJeff Kirsher This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC, 74ae150435SJeff Kirsher which is based on the SMC83c17x (EPIC/100). 75ae150435SJeff Kirsher More specific information and updates are available from 76ae150435SJeff Kirsher <http://www.scyld.com/network/epic100.html>. 77ae150435SJeff Kirsher 78ae150435SJeff Kirsherconfig SMC911X 79ae150435SJeff Kirsher tristate "SMSC LAN911[5678] support" 80ae150435SJeff Kirsher select CRC32 81ae150435SJeff Kirsher select MII 827958ba7eSAndrew Lunn depends on (ARM || SUPERH || COMPILE_TEST) 83a7f7f624SMasahiro Yamada help 84ae150435SJeff Kirsher This is a driver for SMSC's LAN911x series of Ethernet chipsets 85ae150435SJeff Kirsher including the new LAN9115, LAN9116, LAN9117, and LAN9118. 86138b15edSPaul Gortmaker Say Y here if you want it compiled into the kernel. 87ae150435SJeff Kirsher 88ae150435SJeff Kirsher This driver is also available as a module. The module will be 89ae150435SJeff Kirsher called smc911x. If you want to compile it as a module, say M 90cd238effSMauro Carvalho Chehab here and read <file:Documentation/kbuild/modules.rst> 91ae150435SJeff Kirsher 92ae150435SJeff Kirsherconfig SMSC911X 93ae150435SJeff Kirsher tristate "SMSC LAN911x/LAN921x families embedded ethernet support" 94f1238261SMark Rutland depends on HAS_IOMEM 95ae150435SJeff Kirsher select CRC32 96ae150435SJeff Kirsher select MII 97ae150435SJeff Kirsher select PHYLIB 98a7f7f624SMasahiro Yamada help 99ae150435SJeff Kirsher Say Y here if you want support for SMSC LAN911x and LAN921x families 100ae150435SJeff Kirsher of ethernet controllers. 101ae150435SJeff Kirsher 1028a9ea323SLinus Torvalds To compile this driver as a module, choose M here. The module 103ae150435SJeff Kirsher will be called smsc911x. 104ae150435SJeff Kirsher 105ae150435SJeff Kirsherconfig SMSC911X_ARCH_HOOKS 106ae150435SJeff Kirsher def_bool n 107ae150435SJeff Kirsher depends on SMSC911X 108a7f7f624SMasahiro Yamada help 109ae150435SJeff Kirsher If the arch enables this, it allows the arch to implement various 110ae150435SJeff Kirsher hooks for more comprehensive interrupt control and also to override 111ae150435SJeff Kirsher the source of the MAC address. 112ae150435SJeff Kirsher 113ae150435SJeff Kirsherconfig SMSC9420 114ae150435SJeff Kirsher tristate "SMSC LAN9420 PCI ethernet adapter support" 115ae150435SJeff Kirsher depends on PCI 116ae150435SJeff Kirsher select CRC32 117ae150435SJeff Kirsher select PHYLIB 118ae150435SJeff Kirsher select SMSC_PHY 119a7f7f624SMasahiro Yamada help 120ae150435SJeff Kirsher This is a driver for SMSC's LAN9420 PCI ethernet adapter. 121138b15edSPaul Gortmaker Say Y here if you want it compiled into the kernel. 122ae150435SJeff Kirsher 123ae150435SJeff Kirsher This driver is also available as a module. The module will be 124ae150435SJeff Kirsher called smsc9420. If you want to compile it as a module, say M 125cd238effSMauro Carvalho Chehab here and read <file:Documentation/kbuild/modules.rst> 126ae150435SJeff Kirsher 127ae150435SJeff Kirsherendif # NET_VENDOR_SMSC 128