aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJoachim Eastwood <manabian@gmail.com>2012-10-22 04:45:32 -0400
committerDavid S. Miller <davem@davemloft.net>2012-10-23 02:40:09 -0400
commit84222e20c1823b5fd3216be46689693bd913bd0b (patch)
tree2a12c5857fe5d64dd569baf85a8c34762cb29826 /arch
parent95ebcea69c888fc644e2a64586c74e2299ca47ca (diff)
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')
-rw-r--r--arch/arm/mach-at91/Kconfig4
-rw-r--r--arch/avr32/Kconfig1
2 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index b14207101938..682abf13d0f4 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -45,7 +45,6 @@ config SOC_AT91RM9200
45config SOC_AT91SAM9260 45config SOC_AT91SAM9260
46 bool "AT91SAM9260, AT91SAM9XE or AT91SAM9G20" 46 bool "AT91SAM9260, AT91SAM9XE or AT91SAM9G20"
47 select HAVE_AT91_DBGU0 47 select HAVE_AT91_DBGU0
48 select HAVE_NET_MACB
49 select SOC_AT91SAM9 48 select SOC_AT91SAM9
50 help 49 help
51 Select this if you are using one of Atmel's AT91SAM9260, AT91SAM9XE 50 Select this if you are using one of Atmel's AT91SAM9260, AT91SAM9XE
@@ -63,7 +62,6 @@ config SOC_AT91SAM9263
63 bool "AT91SAM9263" 62 bool "AT91SAM9263"
64 select HAVE_AT91_DBGU1 63 select HAVE_AT91_DBGU1
65 select HAVE_FB_ATMEL 64 select HAVE_FB_ATMEL
66 select HAVE_NET_MACB
67 select SOC_AT91SAM9 65 select SOC_AT91SAM9
68 66
69config SOC_AT91SAM9RL 67config SOC_AT91SAM9RL
@@ -76,7 +74,6 @@ config SOC_AT91SAM9G45
76 bool "AT91SAM9G45 or AT91SAM9M10 families" 74 bool "AT91SAM9G45 or AT91SAM9M10 families"
77 select HAVE_AT91_DBGU1 75 select HAVE_AT91_DBGU1
78 select HAVE_FB_ATMEL 76 select HAVE_FB_ATMEL
79 select HAVE_NET_MACB
80 select SOC_AT91SAM9 77 select SOC_AT91SAM9
81 help 78 help
82 Select this if you are using one of Atmel's AT91SAM9G45 family SoC. 79 Select this if you are using one of Atmel's AT91SAM9G45 family SoC.
@@ -86,7 +83,6 @@ config SOC_AT91SAM9X5
86 bool "AT91SAM9x5 family" 83 bool "AT91SAM9x5 family"
87 select HAVE_AT91_DBGU0 84 select HAVE_AT91_DBGU0
88 select HAVE_FB_ATMEL 85 select HAVE_FB_ATMEL
89 select HAVE_NET_MACB
90 select SOC_AT91SAM9 86 select SOC_AT91SAM9
91 help 87 help
92 Select this if you are using one of Atmel's AT91SAM9x5 family SoC. 88 Select this if you are using one of Atmel's AT91SAM9x5 family SoC.
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
80 select ARCH_REQUIRE_GPIOLIB 80 select ARCH_REQUIRE_GPIOLIB
81 select GENERIC_ALLOCATOR 81 select GENERIC_ALLOCATOR
82 select HAVE_FB_ATMEL 82 select HAVE_FB_ATMEL
83 select HAVE_NET_MACB
84 83
85# 84#
86# CPU types 85# CPU types