1#
2# Western Digital/SMC network device configuration
3#
4
5config NET_VENDOR_SMSC
6	bool "SMC (SMSC)/Western Digital devices"
7	default y
8	depends on ARM || ARM64 || ATARI_ETHERNAT || BLACKFIN || COLDFIRE || \
9		   ISA || M32R || MAC || MIPS || MN10300 || NIOS2 || PCI || \
10		   PCMCIA || SUPERH || XTENSA
11	---help---
12	  If you have a network (Ethernet) card belonging to this class, say Y
13	  and read the Ethernet-HOWTO, available from
14	  <http://www.tldp.org/docs.html#howto>.
15
16	  Note that the answer to this question doesn't directly affect the
17	  kernel: saying N will just cause the configurator to skip all
18	  the questions about SMC/Western Digital cards. If you say Y, you will
19	  be asked for your specific card in the following questions.
20
21if NET_VENDOR_SMSC
22
23config SMC9194
24	tristate "SMC 9194 support"
25	depends on (ISA || MAC && BROKEN)
26	select CRC32
27	---help---
28	  This is support for the SMC9xxx based Ethernet cards. Choose this
29	  option if you have a DELL laptop with the docking station, or
30	  another SMC9192/9194 based chipset.  Say Y if you want it compiled
31	  into the kernel, and read the file
32	  <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO,
33	  available from <http://www.tldp.org/docs.html#howto>.
34
35	  To compile this driver as a module, choose M here. The module
36	  will be called smc9194.
37
38config SMC91X
39	tristate "SMC 91C9x/91C1xxx support"
40	select CRC32
41	select MII
42	depends on !OF || GPIOLIB
43	depends on ARM || ARM64 || ATARI_ETHERNAT || BLACKFIN || COLDFIRE || \
44		   M32R || MIPS || MN10300 || NIOS2 || SUPERH || XTENSA
45	---help---
46	  This is a driver for SMC's 91x series of Ethernet chipsets,
47	  including the SMC91C94 and the SMC91C111. Say Y if you want it
48	  compiled into the kernel, and read the file
49	  <file:Documentation/networking/smc9.txt>  and the Ethernet-HOWTO,
50	  available from  <http://www.tldp.org/docs.html#howto>.
51
52	  This driver is also available as a module ( = code which can be
53	  inserted in and removed from the running kernel whenever you want).
54	  The module will be called smc91x.  If you want to compile it as a
55	  module, say M here and read <file:Documentation/kbuild/modules.txt>.
56
57config PCMCIA_SMC91C92
58	tristate "SMC 91Cxx PCMCIA support"
59	depends on PCMCIA
60	select CRC32
61	select MII
62	---help---
63	  Say Y here if you intend to attach an SMC 91Cxx compatible PCMCIA
64	  (PC-card) Ethernet or Fast Ethernet card to your computer.
65
66	  To compile this driver as a module, choose M here: the module will be
67	  called smc91c92_cs.  If unsure, say N.
68
69config EPIC100
70	tristate "SMC EtherPower II"
71	depends on PCI
72	select CRC32
73	select MII
74	---help---
75	  This driver is for the SMC EtherPower II 9432 PCI Ethernet NIC,
76	  which is based on the SMC83c17x (EPIC/100).
77	  More specific information and updates are available from
78	  <http://www.scyld.com/network/epic100.html>.
79
80config SMC911X
81	tristate "SMSC LAN911[5678] support"
82	select CRC32
83	select MII
84	depends on (ARM || SUPERH || MN10300)
85	---help---
86	  This is a driver for SMSC's LAN911x series of Ethernet chipsets
87	  including the new LAN9115, LAN9116, LAN9117, and LAN9118.
88	  Say Y if you want it compiled into the kernel,
89	  and read the Ethernet-HOWTO, available from
90	  <http://www.tldp.org/docs.html#howto>.
91
92	  This driver is also available as a module. The module will be
93	  called smc911x.  If you want to compile it as a module, say M
94	  here and read <file:Documentation/kbuild/modules.txt>
95
96config SMSC911X
97	tristate "SMSC LAN911x/LAN921x families embedded ethernet support"
98	depends on HAS_IOMEM
99	select CRC32
100	select MII
101	select PHYLIB
102	---help---
103	  Say Y here if you want support for SMSC LAN911x and LAN921x families
104	  of ethernet controllers.
105
106	  To compile this driver as a module, choose M here. The module
107	  will be called smsc911x.
108
109config SMSC911X_ARCH_HOOKS
110	def_bool n
111	depends on SMSC911X
112	---help---
113	  If the arch enables this, it allows the arch to implement various
114	  hooks for more comprehensive interrupt control and also to override
115	  the source of the MAC address.
116
117config SMSC9420
118	tristate "SMSC LAN9420 PCI ethernet adapter support"
119	depends on PCI
120	select CRC32
121	select PHYLIB
122	select SMSC_PHY
123	---help---
124	  This is a driver for SMSC's LAN9420 PCI ethernet adapter.
125	  Say Y if you want it compiled into the kernel,
126	  and read the Ethernet-HOWTO, available from
127	  <http://www.tldp.org/docs.html#howto>.
128
129	  This driver is also available as a module. The module will be
130	  called smsc9420.  If you want to compile it as a module, say M
131	  here and read <file:Documentation/kbuild/modules.txt>
132
133endif # NET_VENDOR_SMSC
134