diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-16 23:50:52 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 03:40:54 -0700 |
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 If you wish to compile a kernel for the AT91RM9200 and enable ethernet support, then you should always answer Y to this. -config EP93XX_ETH - tristate "EP93xx Ethernet support" - depends on ARM && ARCH_EP93XX - select MII - help - This is a driver for the ethernet hardware included in EP93xx CPUs. - Say Y if you are building a kernel for EP93xx based devices. - config W90P910_ETH tristate "Nuvoton w90p910 Ethernet support" depends on ARM && ARCH_W90X900 |