aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pc100/Kconfig')
-rw-r--r--arch/arm/mach-s5pc100/Kconfig25
1 files changed, 17 insertions, 8 deletions
diff --git a/arch/arm/mach-s5pc100/Kconfig b/arch/arm/mach-s5pc100/Kconfig
index 8593337784e1..2eb949771dbc 100644
--- a/arch/arm/mach-s5pc100/Kconfig
+++ b/arch/arm/mach-s5pc100/Kconfig
@@ -5,10 +5,12 @@
5 5
6# Configuration options for the S5PC100 CPU 6# Configuration options for the S5PC100 CPU
7 7
8if ARCH_S5PC100
9
8config CPU_S5PC100 10config CPU_S5PC100
9 bool 11 bool
10 select CPU_S5PC100_INIT 12 select PLAT_S5P
11 select CPU_S5PC100_CLOCK 13 select S5P_EXT_INT
12 help 14 help
13 Enable S5PC100 CPU support 15 Enable S5PC100 CPU support
14 16
@@ -17,17 +19,22 @@ config S5PC100_SETUP_FB_24BPP
17 help 19 help
18 Common setup code for S5PC1XX with an 24bpp RGB display helper. 20 Common setup code for S5PC1XX with an 24bpp RGB display helper.
19 21
20config S5PC100_SETUP_SDHCI
21 bool
22 select S5PC1XX_SETUP_SDHCI_GPIO
23 help
24 Internal helper functions for S5PC100 based SDHCI systems
25
26config S5PC100_SETUP_I2C1 22config S5PC100_SETUP_I2C1
27 bool 23 bool
28 help 24 help
29 Common setup code for i2c bus 1. 25 Common setup code for i2c bus 1.
30 26
27config S5PC100_SETUP_SDHCI
28 bool
29 select S5PC100_SETUP_SDHCI_GPIO
30 help
31 Internal helper functions for S5PC100 based SDHCI systems
32
33config S5PC100_SETUP_SDHCI_GPIO
34 bool
35 help
36 Common setup code for SDHCI gpio.
37
31config MACH_SMDKC100 38config MACH_SMDKC100
32 bool "SMDKC100" 39 bool "SMDKC100"
33 select CPU_S5PC100 40 select CPU_S5PC100
@@ -41,3 +48,5 @@ config MACH_SMDKC100
41 select S5PC100_SETUP_SDHCI 48 select S5PC100_SETUP_SDHCI
42 help 49 help
43 Machine support for the Samsung SMDKC100 50 Machine support for the Samsung SMDKC100
51
52endif