[PATCH 2/2] ARM samsung S5P: Enable board support

Sascha Hauer s.hauer at pengutronix.de
Mon Oct 15 09:30:04 EDT 2012


This was once disabled because we had no board support. This has
changed, so enable the S5P board support in the config so that
the friendlyarm_tiny210_defconfig actually builds for the correct
machine.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/arm/Kconfig |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8278c82..c1a963d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -71,14 +71,12 @@ config ARCH_S3C24xx
 	select ARCH_SAMSUNG
 	select CPU_ARM920T
 	select GENERIC_GPIO
-#
-# Currently no board support
-#
-#config ARCH_S5PCxx
-#	bool "Samsung S5PC110, S5PV210"
-#	select ARCH_SAMSUNG
-#	select CPU_V7
-#	select GENERIC_GPIO
+
+config ARCH_S5PCxx
+	bool "Samsung S5PC110, S5PV210"
+	select ARCH_SAMSUNG
+	select CPU_V7
+	select GENERIC_GPIO
 
 config ARCH_S3C64xx
 	bool "Samsung S3C64xx"
-- 
1.7.10.4




More information about the barebox mailing list