diff options
Diffstat (limited to 'arch/arm/mach-s5pc100/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pc100/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig index 70b57d19bc91..fe1216b0ed58 100644 --- a/arch/arm/mach-s5pc100/Kconfig +++ b/arch/arm/mach-s5pc100/Kconfig | |||
@@ -5,10 +5,11 @@ | |||
5 | 5 | ||
6 | # Configuration options for the S5PC100 CPU | 6 | # Configuration options for the S5PC100 CPU |
7 | 7 | ||
8 | if ARCH_S5PC100 | ||
9 | |||
8 | config CPU_S5PC100 | 10 | config CPU_S5PC100 |
9 | bool | 11 | bool |
10 | select CPU_S5PC100_INIT | 12 | select PLAT_S5P |
11 | select CPU_S5PC100_CLOCK | ||
12 | help | 13 | help |
13 | Enable S5PC100 CPU support | 14 | Enable S5PC100 CPU support |
14 | 15 | ||
@@ -46,3 +47,5 @@ config MACH_SMDKC100 | |||
46 | select S5PC100_SETUP_SDHCI | 47 | select S5PC100_SETUP_SDHCI |
47 | help | 48 | help |
48 | Machine support for the Samsung SMDKC100 | 49 | Machine support for the Samsung SMDKC100 |
50 | |||
51 | endif | ||