diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-04-29 05:59:43 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-09 22:44:44 -0400 |
commit | c140c98ac161ad270a768126431e36a22f86f6b3 (patch) | |
tree | 0ce2aa19fb1f088d155564b55a444275dce0f4de /arch/arm/mach-s3c2416/Kconfig | |
parent | 8d6f8658305db969981f64a22296b487ef2f1148 (diff) |
ARM: S3C2416: Add support for second HSMMC channel
Add support for the second HSMMC channel on the S3C2416.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2416/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2416/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2416/Kconfig b/arch/arm/mach-s3c2416/Kconfig index 677f963ee49e..a1308d45b94f 100644 --- a/arch/arm/mach-s3c2416/Kconfig +++ b/arch/arm/mach-s3c2416/Kconfig | |||
@@ -27,6 +27,7 @@ config MACH_SMDK2416 | |||
27 | bool "SMDK2416" | 27 | bool "SMDK2416" |
28 | select CPU_S3C2416 | 28 | select CPU_S3C2416 |
29 | select S3C_DEV_HSMMC | 29 | select S3C_DEV_HSMMC |
30 | select S3C_DEV_HSMMC1 | ||
30 | help | 31 | help |
31 | Say Y here if you are using an SMDK2416 | 32 | Say Y here if you are using an SMDK2416 |
32 | 33 | ||