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