blob: b77e427e6729b0b73fbd3af24da571589f92e01d [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Jeff Kirsherae150432011-05-12 20:21:07 -07002#
3# Western Digital/SMC network device configuration
4#
5
6config NET_VENDOR_SMSC
7 bool "SMC (SMSC)/Western Digital devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07008 default y
Arnd Bergmanna687a532018-03-07 23:30:54 +01009 depends on ARM || ARM64 || ATARI_ETHERNAT || COLDFIRE || \
10 ISA || MAC || MIPS || NIOS2 || PCI || \
Yoshinori Satof147d0b2016-01-16 00:05:09 +090011 PCMCIA || SUPERH || XTENSA || H8300
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090012 help
Paul Gortmaker138b15e2015-06-21 16:28:02 -040013 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsherae150432011-05-12 20:21:07 -070014
15 Note that the answer to this question doesn't directly affect the
16 kernel: saying N will just cause the configurator to skip all
17 the questions about SMC/Western Digital cards. If you say Y, you will
18 be asked for your specific card in the following questions.
19
20if NET_VENDOR_SMSC
21
22config SMC9194
23 tristate "SMC 9194 support"
Finn Thain83090e72018-02-22 09:24:59 +110024 depends on ISA
Jeff Kirsherae150432011-05-12 20:21:07 -070025 select CRC32
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090026 help
Jeff Kirsherae150432011-05-12 20:21:07 -070027 This is support for the SMC9xxx based Ethernet cards. Choose this
28 option if you have a DELL laptop with the docking station, or
29 another SMC9192/9194 based chipset. Say Y if you want it compiled
30 into the kernel, and read the file
Jakub Kicinski132db932020-06-26 10:27:24 -070031 <file:Documentation/networking/device_drivers/ethernet/smsc/smc9.rst>.
Jeff Kirsherae150432011-05-12 20:21:07 -070032
33 To compile this driver as a module, choose M here. The module
34 will be called smc9194.
35
36config SMC91X
37 tristate "SMC 91C9x/91C1xxx support"
38 select CRC32
39 select MII
Michael Schmitz6321b542015-01-15 14:06:15 +010040 depends on !OF || GPIOLIB
Arnd Bergmanna687a532018-03-07 23:30:54 +010041 depends on ARM || ARM64 || ATARI_ETHERNAT || COLDFIRE || \
Arnd Bergmannd98983f2018-03-09 16:35:21 +010042 MIPS || NIOS2 || SUPERH || XTENSA || H8300
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090043 help
Jeff Kirsherae150432011-05-12 20:21:07 -070044 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
Jakub Kicinski132db932020-06-26 10:27:24 -070047 <file:Documentation/networking/device_drivers/ethernet/smsc/smc9.rst>.
Jeff Kirsherae150432011-05-12 20:21:07 -070048
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
Mauro Carvalho Chehabcd238ef2019-06-12 14:52:48 -030052 module, say M here and read <file:Documentation/kbuild/modules.rst>.
Jeff Kirsherae150432011-05-12 20:21:07 -070053
54config PCMCIA_SMC91C92
55 tristate "SMC 91Cxx PCMCIA support"
56 depends on PCMCIA
57 select CRC32
58 select MII
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090059 help
Jeff Kirsherae150432011-05-12 20:21:07 -070060 Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
61 (PC-card) Ethernet or Fast Ethernet card to your computer.
62
63 To compile this driver as a module, choose M here: the module will be
64 called smc91c92_cs. If unsure, say N.
65
66config EPIC100
67 tristate "SMC EtherPower II"
68 depends on PCI
69 select CRC32
70 select MII
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090071 help
Jeff Kirsherae150432011-05-12 20:21:07 -070072 This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC,
73 which is based on the SMC83c17x (EPIC/100).
74 More specific information and updates are available from
75 <http://www.scyld.com/network/epic100.html>.
76
77config SMC911X
78 tristate "SMSC LAN911[5678] support"
79 select CRC32
80 select MII
David Howells739d8752018-03-08 09:48:46 +000081 depends on (ARM || SUPERH)
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090082 help
Jeff Kirsherae150432011-05-12 20:21:07 -070083 This is a driver for SMSC's LAN911x series of Ethernet chipsets
84 including the new LAN9115, LAN9116, LAN9117, and LAN9118.
Paul Gortmaker138b15e2015-06-21 16:28:02 -040085 Say Y here if you want it compiled into the kernel.
Jeff Kirsherae150432011-05-12 20:21:07 -070086
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
Mauro Carvalho Chehabcd238ef2019-06-12 14:52:48 -030089 here and read <file:Documentation/kbuild/modules.rst>
Jeff Kirsherae150432011-05-12 20:21:07 -070090
91config SMSC911X
92 tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
Mark Rutlandf1238262013-05-21 00:22:37 +000093 depends on HAS_IOMEM
Jeff Kirsherae150432011-05-12 20:21:07 -070094 select CRC32
Jeff Kirsherae150432011-05-12 20:21:07 -070095 select MII
96 select PHYLIB
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090097 help
Jeff Kirsherae150432011-05-12 20:21:07 -070098 Say Y here if you want support for SMSC LAN911x and LAN921x families
99 of ethernet controllers.
100
Linus Torvalds8a9ea322011-10-25 13:25:22 +0200101 To compile this driver as a module, choose M here. The module
Jeff Kirsherae150432011-05-12 20:21:07 -0700102 will be called smsc911x.
103
104config SMSC911X_ARCH_HOOKS
105 def_bool n
106 depends on SMSC911X
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900107 help
Jeff Kirsherae150432011-05-12 20:21:07 -0700108 If the arch enables this, it allows the arch to implement various
109 hooks for more comprehensive interrupt control and also to override
110 the source of the MAC address.
111
112config SMSC9420
113 tristate "SMSC LAN9420 PCI ethernet adapter support"
114 depends on PCI
115 select CRC32
116 select PHYLIB
117 select SMSC_PHY
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +0900118 help
Jeff Kirsherae150432011-05-12 20:21:07 -0700119 This is a driver for SMSC's LAN9420 PCI ethernet adapter.
Paul Gortmaker138b15e2015-06-21 16:28:02 -0400120 Say Y here if you want it compiled into the kernel.
Jeff Kirsherae150432011-05-12 20:21:07 -0700121
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
Mauro Carvalho Chehabcd238ef2019-06-12 14:52:48 -0300124 here and read <file:Documentation/kbuild/modules.rst>
Jeff Kirsherae150432011-05-12 20:21:07 -0700125
126endif # NET_VENDOR_SMSC