Kconfig (0c49cd295d42d0032af11d55e2140dbec11dc8d0) Kconfig (6321b54a43e2dd3e2635f4a7cb7e4d83fd68dfe1)
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 || ISA || MAC || ARM64 || MIPS || M32R || SUPERH || \
9 BLACKFIN || MN10300 || COLDFIRE || XTENSA || NIOS2 || PCI || PCMCIA
8 depends on ARM || ARM64 || ATARI_ETHERNAT || BLACKFIN || COLDFIRE || \
9 ISA || M32R || MAC || MIPS || MN10300 || NIOS2 || PCI || \
10 PCMCIA || SUPERH || XTENSA
10 ---help---
11 If you have a network (Ethernet) card belonging to this class, say Y
12 and read the Ethernet-HOWTO, available from
13 <http://www.tldp.org/docs.html#howto>.
14
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

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

33
34 To compile this driver as a module, choose M here. The module
35 will be called smc9194.
36
37config SMC91X
38 tristate "SMC 91C9x/91C1xxx support"
39 select CRC32
40 select MII
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

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

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
41 depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \
42 MN10300 || COLDFIRE || ARM64 || XTENSA || NIOS2) && (!OF || GPIOLIB)
42 depends on !OF || GPIOLIB
43 depends on ARM || ARM64 || ATARI_ETHERNAT || BLACKFIN || COLDFIRE || \
44 M32R || MIPS || MN10300 || NIOS2 || SUPERH || XTENSA
43 ---help---
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/smc9.txt> and the Ethernet-HOWTO,
48 available from <http://www.tldp.org/docs.html#howto>.
49
50 This driver is also available as a module ( = code which can be

--- 81 unchanged lines hidden ---
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

--- 81 unchanged lines hidden ---