diff options
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 |