diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:38 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:39:34 -0500 |
commit | 5cc7fd88fc96072c333184ff359c818665ce2506 (patch) | |
tree | 5a91059f40729d6581bc477c0ef4421b681f42b7 /arch/arm/mach-s3c6410/Kconfig | |
parent | ea522c7a54a1422b3ce8a1b9888f2108541ba047 (diff) |
[ARM] S3C6410: Add helper for setting SDHCI device information
Add the necessary helper functions for setting up the SDHCI
device information.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c6410/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Kconfig b/arch/arm/mach-s3c6410/Kconfig index d7ccc269086c..32bdc93fc1ff 100644 --- a/arch/arm/mach-s3c6410/Kconfig +++ b/arch/arm/mach-s3c6410/Kconfig | |||
@@ -14,9 +14,15 @@ config CPU_S3C6410 | |||
14 | help | 14 | help |
15 | Enable S3C6410 CPU support | 15 | Enable S3C6410 CPU support |
16 | 16 | ||
17 | config S3C6410_SETUP_SDHCI | ||
18 | bool | ||
19 | help | ||
20 | Internal helper functions for S3C6410 based SDHCI systems | ||
21 | |||
17 | config MACH_SMDK6410 | 22 | config MACH_SMDK6410 |
18 | bool "SMDK6410" | 23 | bool "SMDK6410" |
19 | select CPU_S3C6410 | 24 | select CPU_S3C6410 |
20 | select S3C_DEV_HSMMC | 25 | select S3C_DEV_HSMMC |
26 | select S3C6410_SETUP_SDHCI | ||
21 | help | 27 | help |
22 | Machine support for the Samsung SMDK6410 | 28 | Machine support for the Samsung SMDK6410 |