diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-05-18 06:38:45 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 02:28:08 -0400 |
commit | 2af716ba77d26f3d291fe7c7f5a5108d4945c69f (patch) | |
tree | cf63d26cebc214c1ccf4b1c7fd46b6bd109f66ee /arch/arm/mach-s5pc100/Kconfig | |
parent | 13e51fad8f54fdab55099ea4ebe548372c06f7f7 (diff) |
ARM: S5PC100: Move sdhci helpers from plat-s5pc1xx to mach-s5pc100
Move sdhci helpers from plat-s5pc1xx to mach-s5pc100.
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-s5pc100/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pc100/Kconfig | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig index 8593337784e1..70b57d19bc91 100644 --- a/arch/arm/mach-s5pc100/Kconfig +++ b/arch/arm/mach-s5pc100/Kconfig | |||
@@ -17,17 +17,22 @@ config S5PC100_SETUP_FB_24BPP | |||
17 | help | 17 | help |
18 | Common setup code for S5PC1XX with an 24bpp RGB display helper. | 18 | Common setup code for S5PC1XX with an 24bpp RGB display helper. |
19 | 19 | ||
20 | config S5PC100_SETUP_SDHCI | ||
21 | bool | ||
22 | select S5PC1XX_SETUP_SDHCI_GPIO | ||
23 | help | ||
24 | Internal helper functions for S5PC100 based SDHCI systems | ||
25 | |||
26 | config S5PC100_SETUP_I2C1 | 20 | config S5PC100_SETUP_I2C1 |
27 | bool | 21 | bool |
28 | help | 22 | help |
29 | Common setup code for i2c bus 1. | 23 | Common setup code for i2c bus 1. |
30 | 24 | ||
25 | config S5PC100_SETUP_SDHCI | ||
26 | bool | ||
27 | select S5PC100_SETUP_SDHCI_GPIO | ||
28 | help | ||
29 | Internal helper functions for S5PC100 based SDHCI systems | ||
30 | |||
31 | config S5PC100_SETUP_SDHCI_GPIO | ||
32 | bool | ||
33 | help | ||
34 | Common setup code for SDHCI gpio. | ||
35 | |||
31 | config MACH_SMDKC100 | 36 | config MACH_SMDKC100 |
32 | bool "SMDKC100" | 37 | bool "SMDKC100" |
33 | select CPU_S5PC100 | 38 | select CPU_S5PC100 |