diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-08-05 05:00:12 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:36:22 -0400 |
commit | ba3fbef93590e50fec5b044aa87aa5fc89af3e78 (patch) | |
tree | b07086c7ec54d018788ba29e2d1917877ee837a2 /arch/arm/mach-s5pv210/Kconfig | |
parent | 170d7415db431801baf5105298cf73131cc6d4f2 (diff) |
ARM: S5PV210: Add SDHCI devices for Aquila board
This patch add support for SDHCI blocks on Samsung Aquila board. The
following host controllers are defined:
1. Internal MoviNAND device (permanently wired to the controller)
2. Internal WiFI SDIO device (card is activated by power regualor)
3. External MMC/SD socket (card detection is provided by external
gpio interrupt)
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index d9464a6d9416..a392748dffa0 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -60,8 +60,12 @@ config MACH_AQUILA | |||
60 | select CPU_S5PV210 | 60 | select CPU_S5PV210 |
61 | select ARCH_SPARSEMEM_ENABLE | 61 | select ARCH_SPARSEMEM_ENABLE |
62 | select S5PV210_SETUP_FB_24BPP | 62 | select S5PV210_SETUP_FB_24BPP |
63 | select S5PV210_SETUP_SDHCI | ||
63 | select S3C_DEV_FB | 64 | select S3C_DEV_FB |
64 | select S5PC110_DEV_ONENAND | 65 | select S5PC110_DEV_ONENAND |
66 | select S3C_DEV_HSMMC | ||
67 | select S3C_DEV_HSMMC1 | ||
68 | select S3C_DEV_HSMMC2 | ||
65 | help | 69 | help |
66 | Machine support for the Samsung Aquila target based on S5PC110 SoC | 70 | Machine support for the Samsung Aquila target based on S5PC110 SoC |
67 | 71 | ||