aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/Kconfig
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2010-08-05 05:00:18 -0400
committerKukjin Kim <kgene.kim@samsung.com>2010-08-05 05:36:22 -0400
commit19b90c7c0fc0d9c9193d38fad180785aa6d7b7e3 (patch)
tree3cd65d7915193fd3c0bcdef1dc50c4da8ca443a7 /arch/arm/mach-s5pv210/Kconfig
parentba3fbef93590e50fec5b044aa87aa5fc89af3e78 (diff)
ARM: S5PV210: Add SDHCI devices for GONI board
This patch add support for SDHCI blocks on Samsung Goni 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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig
index a392748dffa0..9b84abf1a822 100644
--- a/arch/arm/mach-s5pv210/Kconfig
+++ b/arch/arm/mach-s5pv210/Kconfig
@@ -74,8 +74,12 @@ config MACH_GONI
74 select CPU_S5PV210 74 select CPU_S5PV210
75 select ARCH_SPARSEMEM_ENABLE 75 select ARCH_SPARSEMEM_ENABLE
76 select S5PV210_SETUP_FB_24BPP 76 select S5PV210_SETUP_FB_24BPP
77 select S5PV210_SETUP_SDHCI
77 select S3C_DEV_FB 78 select S3C_DEV_FB
78 select S5PC110_DEV_ONENAND 79 select S5PC110_DEV_ONENAND
80 select S3C_DEV_HSMMC
81 select S3C_DEV_HSMMC1
82 select S3C_DEV_HSMMC2
79 help 83 help
80 Machine support for Samsung GONI board 84 Machine support for Samsung GONI board
81 S5PC110(MCP) is one of package option of S5PV210 85 S5PC110(MCP) is one of package option of S5PV210