summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-05-24 11:19:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-24 11:19:54 +0200
commit4213c8135b1c38f27fa99fd437bc9c5a5a644433 (patch)
treed89bdfde30212cf12e9757c8734443b88a223fee
parentedefeca62d71b0a0ea5fa8ddf0d30018e03cf701 (diff)
downloadbarebox-4213c8135b1c38f27fa99fd437bc9c5a5a644433.tar.gz
barebox-4213c8135b1c38f27fa99fd437bc9c5a5a644433.tar.xz
ARM samsung: disable board selection
fixes arch/arm/mach-samsung/Kconfig:95:warning: config symbol defined without type Until we actually have board support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/mach-samsung/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-samsung/Kconfig b/arch/arm/mach-samsung/Kconfig
index 65e2acb1fd..c60f5ed272 100644
--- a/arch/arm/mach-samsung/Kconfig
+++ b/arch/arm/mach-samsung/Kconfig
@@ -92,12 +92,12 @@ config CPU_S5PC110
config CPU_S5PV210
bool
-choice
-
- prompt "S5PCxx board type"
-
-
-endchoice
+#choice
+#
+# prompt "S5PCxx board type"
+#
+#
+#endchoice
endif