summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-31 14:42:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-02 14:44:43 +0100
commite89a462909b9bda6147a5ff9963be951b8ed5e9f (patch)
tree7be65809e5470e3c1748be6db7f6a5e1fb2305a6 /arch/arm/mach-s3c24xx
parentaf88baca3071685728506de168a74c54989d3f41 (diff)
downloadbarebox-e89a462909b9bda6147a5ff9963be951b8ed5e9f.tar.gz
barebox-e89a462909b9bda6147a5ff9963be951b8ed5e9f.tar.xz
arm/kconfig: inverse the board selection
instead of select first the board which will select the arch, now first choice the arch to filter the possible boards as it's already done for omap Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index 6a3426c290..1ad59f647d 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -1,8 +1,4 @@
-config ARCH_S3C24xx
- bool
- select ARM920T
-
config CPU_S3C2410
select ARCH_S3C24xx
bool