diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-05-20 02:13:07 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 05:24:03 -0400 |
commit | e6f66a9f9668762f2c3f47728b29781ffc7fbad2 (patch) | |
tree | 886346d81f6574693ce2b8dbb1247c89314ad6b7 /arch/arm/mach-s5pv210/Kconfig | |
parent | c8d833bf5830f141c4680dae8f617d0d0a33605d (diff) |
ARM: S5PV210: add common HSMMC device helpers
This patch adds sdhci platform helpers required by sdhci-s3c driver.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 7d8d93feb63b..9e9700360829 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -25,11 +25,32 @@ config MACH_AQUILA | |||
25 | help | 25 | help |
26 | Machine support for the Samsung Aquila target based on S5PC110 SoC | 26 | Machine support for the Samsung Aquila target based on S5PC110 SoC |
27 | 27 | ||
28 | config S5PV210_SETUP_I2C1 | ||
29 | bool | ||
30 | help | ||
31 | Common setup code for i2c bus 1. | ||
32 | |||
33 | config S5PV210_SETUP_I2C2 | ||
34 | bool | ||
35 | help | ||
36 | Common setup code for i2c bus 2. | ||
37 | |||
28 | config S5PV210_SETUP_FB_24BPP | 38 | config S5PV210_SETUP_FB_24BPP |
29 | bool | 39 | bool |
30 | help | 40 | help |
31 | Common setup code for S5PV210 with an 24bpp RGB display helper. | 41 | Common setup code for S5PV210 with an 24bpp RGB display helper. |
32 | 42 | ||
43 | config S5PV210_SETUP_SDHCI | ||
44 | bool | ||
45 | select S5PV210_SETUP_SDHCI_GPIO | ||
46 | help | ||
47 | Internal helper functions for S5PV210 based SDHCI systems | ||
48 | |||
49 | config S5PV210_SETUP_SDHCI_GPIO | ||
50 | bool | ||
51 | help | ||
52 | Common setup code for SDHCI gpio. | ||
53 | |||
33 | config MACH_SMDKV210 | 54 | config MACH_SMDKV210 |
34 | bool "SMDKV210" | 55 | bool "SMDKV210" |
35 | select CPU_S5PV210 | 56 | select CPU_S5PV210 |