diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-04-02 09:20:12 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-10 22:54:25 -0400 |
commit | 644570b830266ff33ff5f3542b9c838f93a55ea6 (patch) | |
tree | b19c680ce1b1e4cd15465c74aa335459068c033f /drivers/net/arm/Kconfig | |
parent | b955f6ca776f3bab3d1e2c5fb1d247b203cbda14 (diff) |
8390: Move the 8390 related drivers
Moves the drivers for the National Semi-conductor 8390 chipset into
drivers/net/ethernet/8390/ and the necessary Kconfig and Makefile
changes.
CC: Donald Becker <becker@scyld.com>
CC: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Alain Malek <alain.malek@cryogen.com>
CC: Peter De Schrijver <p2@mind.be>
CC: "David Huggins-Daines" <dhd@debian.org>
CC: Wim Dumon <wimpie@kotnet.org>
CC: Yoshinori Sato <ysato@users.sourceforge.jp>
CC: David Hinds <dahinds@users.sourceforge.net>
CC: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/arm/Kconfig')
-rw-r--r-- | drivers/net/arm/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/arm/Kconfig b/drivers/net/arm/Kconfig index d0c8cf254cb0..715bf2acc24b 100644 --- a/drivers/net/arm/Kconfig +++ b/drivers/net/arm/Kconfig | |||
@@ -17,14 +17,6 @@ config ARM_ETHER3 | |||
17 | If you have an Acorn system with one of these network cards, you | 17 | If you have an Acorn system with one of these network cards, you |
18 | should say Y to this option if you wish to use it with Linux. | 18 | should say Y to this option if you wish to use it with Linux. |
19 | 19 | ||
20 | config ARM_ETHERH | ||
21 | tristate "I-cubed EtherH/ANT EtherM support" | ||
22 | depends on ARM && ARCH_ACORN | ||
23 | select CRC32 | ||
24 | help | ||
25 | If you have an Acorn system with one of these network cards, you | ||
26 | should say Y to this option if you wish to use it with Linux. | ||
27 | |||
28 | config ARM_AT91_ETHER | 20 | config ARM_AT91_ETHER |
29 | tristate "AT91RM9200 Ethernet support" | 21 | tristate "AT91RM9200 Ethernet support" |
30 | depends on ARM && ARCH_AT91RM9200 | 22 | depends on ARM && ARCH_AT91RM9200 |