diff options
Diffstat (limited to 'arch/arm/mach-s5pc100/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pc100/Kconfig | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig index 27ec167d280..8593337784e 100644 --- a/arch/arm/mach-s5pc100/Kconfig +++ b/arch/arm/mach-s5pc100/Kconfig | |||
@@ -12,12 +12,22 @@ config CPU_S5PC100 | |||
12 | help | 12 | help |
13 | Enable S5PC100 CPU support | 13 | Enable S5PC100 CPU support |
14 | 14 | ||
15 | config S5PC100_SETUP_FB_24BPP | ||
16 | bool | ||
17 | help | ||
18 | Common setup code for S5PC1XX with an 24bpp RGB display helper. | ||
19 | |||
15 | config S5PC100_SETUP_SDHCI | 20 | config S5PC100_SETUP_SDHCI |
16 | bool | 21 | bool |
17 | select S5PC1XX_SETUP_SDHCI_GPIO | 22 | select S5PC1XX_SETUP_SDHCI_GPIO |
18 | help | 23 | help |
19 | Internal helper functions for S5PC100 based SDHCI systems | 24 | Internal helper functions for S5PC100 based SDHCI systems |
20 | 25 | ||
26 | config S5PC100_SETUP_I2C1 | ||
27 | bool | ||
28 | help | ||
29 | Common setup code for i2c bus 1. | ||
30 | |||
21 | config MACH_SMDKC100 | 31 | config MACH_SMDKC100 |
22 | bool "SMDKC100" | 32 | bool "SMDKC100" |
23 | select CPU_S5PC100 | 33 | select CPU_S5PC100 |
@@ -26,9 +36,8 @@ config MACH_SMDKC100 | |||
26 | select S3C_DEV_HSMMC | 36 | select S3C_DEV_HSMMC |
27 | select S3C_DEV_HSMMC1 | 37 | select S3C_DEV_HSMMC1 |
28 | select S3C_DEV_HSMMC2 | 38 | select S3C_DEV_HSMMC2 |
29 | select S5PC1XX_SETUP_I2C0 | 39 | select S5PC100_SETUP_FB_24BPP |
30 | select S5PC1XX_SETUP_I2C1 | 40 | select S5PC100_SETUP_I2C1 |
31 | select S5PC1XX_SETUP_FB_24BPP | ||
32 | select S5PC100_SETUP_SDHCI | 41 | select S5PC100_SETUP_SDHCI |
33 | help | 42 | help |
34 | Machine support for the Samsung SMDKC100 | 43 | Machine support for the Samsung SMDKC100 |