summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91rm9200/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-18 23:26:44 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-23 11:20:22 +0800
commit70f83b425a6eda86ff33d10c82e7185f3cb26a99 (patch)
tree93b0906ad1bb209bd65cb689c387943909858bfa /arch/arm/mach-at91rm9200/Kconfig
parent086f96b8e65e3eda0fde2a645cf7efb8f26432b2 (diff)
downloadbarebox-70f83b425a6eda86ff33d10c82e7185f3cb26a99.tar.gz
barebox-70f83b425a6eda86ff33d10c82e7185f3cb26a99.tar.xz
at91: remove non used and obsolete at91rm9200 code
this will be re-add as mach-at91 for now on keep the net driver which will be updated to new API Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-at91rm9200/Kconfig')
-rw-r--r--arch/arm/mach-at91rm9200/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-at91rm9200/Kconfig b/arch/arm/mach-at91rm9200/Kconfig
deleted file mode 100644
index c062097d0f..0000000000
--- a/arch/arm/mach-at91rm9200/Kconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-if ARCH_AT91RM9200
-
-config ARCH_TEXT_BASE
- hex
-
-config BOARDINFO
-
-comment "Atmel AT91RM9200 System-on-Chip"
-
-choice
-
- prompt "AT91RM9200 Board Type"
-
-endchoice
-
-endif