Kconfig (5893ed18a26d1f56b97c0290b0cbbc2d49d6de28) Kconfig (a687a5337063af99ebd0eebaa6f4b4cf2e07c21b)
1#
2# Western Digital/SMC network device configuration
3#
4
5config NET_VENDOR_SMSC
6 bool "SMC (SMSC)/Western Digital devices"
7 default y
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 || \
8 depends on ARM || ARM64 || ATARI_ETHERNAT || COLDFIRE || \
9 ISA || MAC || MIPS || NIOS2 || PCI || \
10 PCMCIA || SUPERH || XTENSA || H8300
11 ---help---
12 If you have a network (Ethernet) card belonging to this class, say Y.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about SMC/Western Digital cards. If you say Y, you will
17 be asked for your specific card in the following questions.

--- 14 unchanged lines hidden (view full) ---

32 To compile this driver as a module, choose M here. The module
33 will be called smc9194.
34
35config SMC91X
36 tristate "SMC 91C9x/91C1xxx support"
37 select CRC32
38 select MII
39 depends on !OF || GPIOLIB
10 PCMCIA || SUPERH || XTENSA || H8300
11 ---help---
12 If you have a network (Ethernet) card belonging to this class, say Y.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about SMC/Western Digital cards. If you say Y, you will
17 be asked for your specific card in the following questions.

--- 14 unchanged lines hidden (view full) ---

32 To compile this driver as a module, choose M here. The module
33 will be called smc9194.
34
35config SMC91X
36 tristate "SMC 91C9x/91C1xxx support"
37 select CRC32
38 select MII
39 depends on !OF || GPIOLIB
40 depends on ARM || ARM64 || ATARI_ETHERNAT || BLACKFIN || COLDFIRE || \
41 M32R || MIPS || MN10300 || NIOS2 || SUPERH || XTENSA || H8300
40 depends on ARM || ARM64 || ATARI_ETHERNAT || COLDFIRE || \
41 M32R || MIPS || NIOS2 || SUPERH || XTENSA || H8300
42 ---help---
43 This is a driver for SMC's 91x series of Ethernet chipsets,
44 including the SMC91C94 and the SMC91C111. Say Y if you want it
45 compiled into the kernel, and read the file
46 <file:Documentation/networking/smc9.txt>.
47
48 This driver is also available as a module ( = code which can be
49 inserted in and removed from the running kernel whenever you want).

--- 22 unchanged lines hidden (view full) ---

72 which is based on the SMC83c17x (EPIC/100).
73 More specific information and updates are available from
74 <http://www.scyld.com/network/epic100.html>.
75
76config SMC911X
77 tristate "SMSC LAN911[5678] support"
78 select CRC32
79 select MII
42 ---help---
43 This is a driver for SMC's 91x series of Ethernet chipsets,
44 including the SMC91C94 and the SMC91C111. Say Y if you want it
45 compiled into the kernel, and read the file
46 <file:Documentation/networking/smc9.txt>.
47
48 This driver is also available as a module ( = code which can be
49 inserted in and removed from the running kernel whenever you want).

--- 22 unchanged lines hidden (view full) ---

72 which is based on the SMC83c17x (EPIC/100).
73 More specific information and updates are available from
74 <http://www.scyld.com/network/epic100.html>.
75
76config SMC911X
77 tristate "SMSC LAN911[5678] support"
78 select CRC32
79 select MII
80 depends on (ARM || SUPERH || MN10300)
80 depends on (ARM || SUPERH)
81 ---help---
82 This is a driver for SMSC's LAN911x series of Ethernet chipsets
83 including the new LAN9115, LAN9116, LAN9117, and LAN9118.
84 Say Y here if you want it compiled into the kernel.
85
86 This driver is also available as a module. The module will be
87 called smc911x. If you want to compile it as a module, say M
88 here and read <file:Documentation/kbuild/modules.txt>

--- 37 unchanged lines hidden ---
81 ---help---
82 This is a driver for SMSC's LAN911x series of Ethernet chipsets
83 including the new LAN9115, LAN9116, LAN9117, and LAN9118.
84 Say Y here if you want it compiled into the kernel.
85
86 This driver is also available as a module. The module will be
87 called smc911x. If you want to compile it as a module, say M
88 here and read <file:Documentation/kbuild/modules.txt>

--- 37 unchanged lines hidden ---