diff options
author | Joachim Eastwood <manabian@gmail.com> | 2012-10-22 12:45:32 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-23 10:40:09 +0400 |
commit | 84222e20c1823b5fd3216be46689693bd913bd0b (patch) | |
tree | 2a12c5857fe5d64dd569baf85a8c34762cb29826 /arch/avr32 | |
parent | 95ebcea69c888fc644e2a64586c74e2299ca47ca (diff) | |
download | linux-84222e20c1823b5fd3216be46689693bd913bd0b.tar.xz |
net/cadence: get rid of HAVE_NET_MACB
macb is a platform driver and there is nothing that prevents
this driver from being built on non-ARM/AVR32 platforms.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 06e73bf665e9..09f9fa800b33 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -80,7 +80,6 @@ config PLATFORM_AT32AP select ARCH_REQUIRE_GPIOLIB select GENERIC_ALLOCATOR select HAVE_FB_ATMEL - select HAVE_NET_MACB # # CPU types |