diff options
Diffstat (limited to 'arch/arm/mach-s3c6400/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6400/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/Kconfig b/arch/arm/mach-s3c6400/Kconfig index f0292a8cddde..f5af212066c3 100644 --- a/arch/arm/mach-s3c6400/Kconfig +++ b/arch/arm/mach-s3c6400/Kconfig | |||
@@ -14,11 +14,18 @@ config CPU_S3C6400 | |||
14 | help | 14 | help |
15 | Enable S3C6400 CPU support | 15 | Enable S3C6400 CPU support |
16 | 16 | ||
17 | config S3C6400_SETUP_SDHCI | ||
18 | bool | ||
19 | help | ||
20 | Internal configuration for default SDHCI | ||
21 | setup for S3C6400. | ||
22 | |||
17 | # S36400 Macchine support | 23 | # S36400 Macchine support |
18 | 24 | ||
19 | config MACH_SMDK6400 | 25 | config MACH_SMDK6400 |
20 | bool "SMDK6400" | 26 | bool "SMDK6400" |
21 | select CPU_S3C6400 | 27 | select CPU_S3C6400 |
22 | select S3C_DEV_HSMMC | 28 | select S3C_DEV_HSMMC |
29 | select S3C6400_SETUP_SDHCI | ||
23 | help | 30 | help |
24 | Machine support for the Samsung SMDK6400 | 31 | Machine support for the Samsung SMDK6400 |