summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-04 01:20:18 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-20 15:02:36 +0200
commit81362c2b2a81d63f93e9534aa624c7f265c55947 (patch)
tree23b3def1f64276305469b9e2a4a86dc25895e651 /arch/arm/Kconfig
parent35144c0b867d03a09118f02f1e9e43111e6f544a (diff)
downloadbarebox-81362c2b2a81d63f93e9534aa624c7f265c55947.tar.gz
barebox-81362c2b2a81d63f93e9534aa624c7f265c55947.tar.xz
at91sam9: move to at91
this will allow to add at91rm9200 with the same api as done in the kernel Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 441dfb637f..2a6546ba11 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -77,17 +77,18 @@ config ARCH_NETX
config ARCH_OMAP
bool
-config ARCH_AT91SAM9
+config ARCH_AT91
bool
- select ARM926EJS
config ARCH_AT91SAM9260
bool
- select ARCH_AT91SAM9
+ select ARM926EJS
+ select ARCH_AT91
config ARCH_AT91SAM9263
bool
- select ARCH_AT91SAM9
+ select ARM926EJS
+ select ARCH_AT91
select MACH_HAS_LOWLEVEL_INIT
choice