ARM: SAMSUNG: move S5PC100 support from plat-s5pc1xx to plat-s5p framework
[linux-2.6-block.git] / arch / arm / mach-s5pc100 / Kconfig
index 70b57d19bc91b4ffd36f9fb051c8d3729234ae99..fe1216b0ed58c6aea074bacc51bf0655d24c786e 100644 (file)
@@ -5,10 +5,11 @@
 
 # Configuration options for the S5PC100 CPU
 
+if ARCH_S5PC100
+
 config CPU_S5PC100
        bool
-       select CPU_S5PC100_INIT
-       select CPU_S5PC100_CLOCK
+       select PLAT_S5P
        help
          Enable S5PC100 CPU support
 
@@ -46,3 +47,5 @@ config MACH_SMDKC100
        select S5PC100_SETUP_SDHCI
        help
          Machine support for the Samsung SMDKC100
+
+endif