diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-17 08:50:52 +0200 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 12:40:54 +0200 |
commit | 57d0b7a0d77d0b770682e425ff3fa270c65a4eb5 (patch) | |
tree | 2e7181be255386fea20b21d13d92946bdb05f440 /drivers/net/arm/Kconfig | |
parent | sis*: Move the Silicon Integrated Systems (SiS) drivers (diff) | |
download | linux-57d0b7a0d77d0b770682e425ff3fa270c65a4eb5.tar.xz linux-57d0b7a0d77d0b770682e425ff3fa270c65a4eb5.zip |
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 |