diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-17 02:50:52 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 06:40:54 -0400 |
commit | 57d0b7a0d77d0b770682e425ff3fa270c65a4eb5 (patch) | |
tree | 2e7181be255386fea20b21d13d92946bdb05f440 /drivers/net/arm/Kconfig | |
parent | 8c7de408fd2caa11b8b3a1ed8a1b141ce127ad4e (diff) |
cirrus: Move the Cirrus network driver
Move the Cirrus Ethernet driver into drivers/net/ethernet/cirrus/
and make the necessary Kconfig and Makefile changes
CC: Hartley Sweeten <hsweeten@visionengravers.com>
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 4f748ccdefe2..fc94b4bd65f7 100644 --- a/drivers/net/arm/Kconfig +++ b/drivers/net/arm/Kconfig | |||
@@ -11,14 +11,6 @@ config ARM_AT91_ETHER | |||
11 | If you wish to compile a kernel for the AT91RM9200 and enable | 11 | If you wish to compile a kernel for the AT91RM9200 and enable |
12 | ethernet support, then you should always answer Y to this. | 12 | ethernet support, then you should always answer Y to this. |
13 | 13 | ||
14 | config EP93XX_ETH | ||
15 | tristate "EP93xx Ethernet support" | ||
16 | depends on ARM && ARCH_EP93XX | ||
17 | select MII | ||
18 | help | ||
19 | This is a driver for the ethernet hardware included in EP93xx CPUs. | ||
20 | Say Y if you are building a kernel for EP93xx based devices. | ||
21 | |||
22 | config W90P910_ETH | 14 | config W90P910_ETH |
23 | tristate "Nuvoton w90p910 Ethernet support" | 15 | tristate "Nuvoton w90p910 Ethernet support" |
24 | depends on ARM && ARCH_W90X900 | 16 | depends on ARM && ARCH_W90X900 |