Merge branch 'next/cross-platform' of git://git.linaro.org/people/arnd/arm-soc
[deliverable/linux.git] / arch / arm / mach-s5pv210 / Kconfig
CommitLineData
939d28aa
KK
1# arch/arm/mach-s5pv210/Kconfig
2#
3# Copyright (c) 2010 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
5#
6# Licensed under GPLv2
7
8# Configuration options for the S5PV210/S5PC110
9
10if ARCH_S5PV210
11
12config CPU_S5PV210
13 bool
7d1a2077 14 select S3C_PL330_DMA
0df04f82 15 select S5P_EXT_INT
9e65bbf2 16 select S5P_HRT
939d28aa
KK
17 help
18 Enable S5PV210 CPU support
19
e6f66a9f
MS
20config S5PV210_SETUP_I2C1
21 bool
22 help
23 Common setup code for i2c bus 1.
24
25config S5PV210_SETUP_I2C2
26 bool
27 help
28 Common setup code for i2c bus 2.
29
4b9a5ad5
AK
30config S5PV210_SETUP_IDE
31 bool
32 help
33 Common setup code for S5PV210 IDE GPIO configurations
34
5b696a67
MS
35config S5PV210_SETUP_FB_24BPP
36 bool
37 help
38 Common setup code for S5PV210 with an 24bpp RGB display helper.
39
e7d0628c
JS
40config S5PV210_SETUP_KEYPAD
41 bool
42 help
43 Common setup code for keypad.
44
e6f66a9f
MS
45config S5PV210_SETUP_SDHCI
46 bool
47 select S5PV210_SETUP_SDHCI_GPIO
48 help
49 Internal helper functions for S5PV210 based SDHCI systems
50
51config S5PV210_SETUP_SDHCI_GPIO
52 bool
53 help
54 Common setup code for SDHCI gpio.
55
0048a173
SN
56config S5PV210_SETUP_FIMC
57 bool
58 help
59 Common setup code for the camera interfaces.
60
6901bbc8 61menu "S5PC110 Machines"
eff4c74d
BD
62
63config MACH_AQUILA
6901bbc8 64 bool "Aquila"
eff4c74d 65 select CPU_S5PV210
eff4c74d 66 select S3C_DEV_FB
7200c11d
SN
67 select S5P_DEV_FIMC0
68 select S5P_DEV_FIMC1
69 select S5P_DEV_FIMC2
ba3fbef9
MS
70 select S3C_DEV_HSMMC
71 select S3C_DEV_HSMMC1
72 select S3C_DEV_HSMMC2
13904fba 73 select S5P_DEV_ONENAND
d61bd77f
KK
74 select S5PV210_SETUP_FB_24BPP
75 select S5PV210_SETUP_SDHCI
eff4c74d
BD
76 help
77 Machine support for the Samsung Aquila target based on S5PC110 SoC
78
2e57da41
JS
79config MACH_GONI
80 bool "GONI"
81 select CPU_S5PV210
b4a0dca7 82 select S5P_GPIO_INT
3965fdee 83 select S3C_DEV_FB
9f488c6f
SN
84 select S5P_DEV_FIMC0
85 select S5P_DEV_FIMC1
86 select S5P_DEV_FIMC2
19b90c7c
MS
87 select S3C_DEV_HSMMC
88 select S3C_DEV_HSMMC1
89 select S3C_DEV_HSMMC2
528ef1b5 90 select S3C_DEV_I2C1
b4a0dca7 91 select S3C_DEV_I2C2
66eb1238 92 select S5P_DEV_MFC
d5889d5d 93 select S3C_DEV_USB_HSOTG
13904fba 94 select S5P_DEV_ONENAND
2a555582 95 select SAMSUNG_DEV_KEYPAD
d61bd77f 96 select S5PV210_SETUP_FB_24BPP
528ef1b5 97 select S5PV210_SETUP_I2C1
b4a0dca7 98 select S5PV210_SETUP_I2C2
2a555582 99 select S5PV210_SETUP_KEYPAD
d61bd77f 100 select S5PV210_SETUP_SDHCI
2e57da41
JS
101 help
102 Machine support for Samsung GONI board
103 S5PC110(MCP) is one of package option of S5PV210
939d28aa 104
6901bbc8
KK
105config MACH_SMDKC110
106 bool "SMDKC110"
107 select CPU_S5PV210
170d7415
NKC
108 select S3C_DEV_I2C1
109 select S3C_DEV_I2C2
f5807269 110 select S3C_DEV_RTC
6901bbc8 111 select S3C_DEV_WDT
d61bd77f 112 select SAMSUNG_DEV_IDE
170d7415
NKC
113 select S5PV210_SETUP_I2C1
114 select S5PV210_SETUP_I2C2
6901bbc8
KK
115 select S5PV210_SETUP_IDE
116 help
117 Machine support for Samsung SMDKC110
118 S5PC110(MCP) is one of package option of S5PV210
119
120endmenu
121
6901bbc8
KK
122menu "S5PV210 Machines"
123
939d28aa
KK
124config MACH_SMDKV210
125 bool "SMDKV210"
126 select CPU_S5PV210
8f49720d 127 select S3C_DEV_FB
976a62f2
HL
128 select S3C_DEV_HSMMC
129 select S3C_DEV_HSMMC1
130 select S3C_DEV_HSMMC2
131 select S3C_DEV_HSMMC3
170d7415
NKC
132 select S3C_DEV_I2C1
133 select S3C_DEV_I2C2
d61bd77f
KK
134 select S3C_DEV_RTC
135 select S3C_DEV_WDT
41d8289d 136 select SAMSUNG_DEV_ADC
84ca326c 137 select SAMSUNG_DEV_BACKLIGHT
4b9a5ad5 138 select SAMSUNG_DEV_IDE
88a1cc43 139 select SAMSUNG_DEV_KEYPAD
5cd435b4 140 select SAMSUNG_DEV_PWM
41d8289d 141 select SAMSUNG_DEV_TS
8f49720d 142 select S5PV210_SETUP_FB_24BPP
170d7415
NKC
143 select S5PV210_SETUP_I2C1
144 select S5PV210_SETUP_I2C2
4b9a5ad5 145 select S5PV210_SETUP_IDE
f5807269 146 select S5PV210_SETUP_KEYPAD
976a62f2 147 select S5PV210_SETUP_SDHCI
939d28aa
KK
148 help
149 Machine support for Samsung SMDKV210
150
50442b55
KC
151config MACH_TORBRECK
152 bool "Torbreck"
153 select CPU_S5PV210
154 select ARCH_SPARSEMEM_ENABLE
155 select S3C_DEV_HSMMC
156 select S3C_DEV_HSMMC1
157 select S3C_DEV_HSMMC2
158 select S3C_DEV_HSMMC3
159 select S3C_DEV_I2C1
160 select S3C_DEV_I2C2
161 select S3C_DEV_RTC
162 select S3C_DEV_WDT
163 select S5PV210_SETUP_I2C1
164 select S5PV210_SETUP_I2C2
165 select S5PV210_SETUP_SDHCI
166 help
167 Machine support for aESOP Torbreck
168
6901bbc8 169endmenu
939d28aa 170
939d28aa 171endif
This page took 0.114047 seconds and 5 git commands to generate.