summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-07 16:01:34 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-23 11:20:21 +0800
commit086f96b8e65e3eda0fde2a645cf7efb8f26432b2 (patch)
treef51f73403532a59d75ac30b8831a4ffa4f410541 /arch
parent97e0e9592a738bcb9b12502d1e9e9256aca604fb (diff)
downloadbarebox-086f96b8e65e3eda0fde2a645cf7efb8f26432b2.tar.gz
barebox-086f96b8e65e3eda0fde2a645cf7efb8f26432b2.tar.xz
macb: introduce HAS_MACB configuration
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-at91/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 923ce0bd6f..99d0f4dacb 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -18,11 +18,13 @@ choice
config ARCH_AT91SAM9260
bool "AT91SAM9260"
select CPU_ARM926T
+ select HAS_MACB
config ARCH_AT91SAM9263
bool "AT91SAM9263"
select CPU_ARM926T
select MACH_HAS_LOWLEVEL_INIT
+ select HAS_MACB
endchoice