diff options
author | Arnd Bergmann <[email protected]> | 2014-02-26 21:31:18 +0100 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2014-03-21 18:26:16 +0100 |
commit | b25a1b64e19acfe1e497ef4391c775321084b1ba (patch) | |
tree | e1cb8640b7974cd6f0dda8e1613d2f8768be941c | |
parent | f88309c687002e28d144975a2075babb40a12835 (diff) |
ARM: s3c64xx: MACH_SMDK6400 needs HSMMC1
This board uses both MMC controllers, so we need to enable
the Kconfig option to define the platform data.
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Kukjin Kim <[email protected]>
Cc: Tomasz Figa <[email protected]>
Cc: Ben Dooks <[email protected]>
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 64f04e6f9c31..3136d86b0d6e 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig @@ -86,8 +86,7 @@ config MACH_SMDK6400 bool "SMDK6400" select CPU_S3C6400 select S3C64XX_SETUP_SDHCI - select S3C_DEV_HSMMC - select S3C_DEV_NAND + select S3C_DEV_HSMMC1 help Machine support for the Samsung SMDK6400 |