Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 into test
[pandora-kernel.git] / arch / arm / mach-omap2 / Kconfig
1 if ARCH_OMAP2PLUS
2
3 menu "TI OMAP2/3/4 Specific Features"
4
5 config ARCH_OMAP2PLUS_TYPICAL
6         bool "Typical OMAP configuration"
7         default y
8         select AEABI
9         select REGULATOR
10         select PM
11         select PM_RUNTIME
12         select VFP
13         select NEON if ARCH_OMAP3 || ARCH_OMAP4
14         select SERIAL_OMAP
15         select SERIAL_OMAP_CONSOLE
16         select I2C
17         select I2C_OMAP
18         select MFD
19         select MENELAUS if ARCH_OMAP2
20         select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
21         select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
22         help
23           Compile a kernel suitable for booting most boards
24
25 config ARCH_OMAP2
26         bool "TI OMAP2"
27         depends on ARCH_OMAP2PLUS
28         default y
29         select CPU_V6
30
31 config ARCH_OMAP3
32         bool "TI OMAP3"
33         depends on ARCH_OMAP2PLUS
34         default y
35         select CPU_V7
36         select USB_ARCH_HAS_EHCI
37         select ARM_L1_CACHE_SHIFT_6 if !ARCH_OMAP4
38
39 config ARCH_OMAP4
40         bool "TI OMAP4"
41         default y
42         depends on ARCH_OMAP2PLUS
43         select CPU_V7
44         select ARM_GIC
45         select PL310_ERRATA_588369
46         select ARM_ERRATA_720789
47
48 comment "OMAP Core Type"
49         depends on ARCH_OMAP2
50
51 config ARCH_OMAP2420
52         bool "OMAP2420 support"
53         depends on ARCH_OMAP2
54         default y
55         select OMAP_DM_TIMER
56         select ARCH_OMAP_OTG
57
58 config ARCH_OMAP2430
59         bool "OMAP2430 support"
60         depends on ARCH_OMAP2
61         default y
62         select ARCH_OMAP_OTG
63
64 config ARCH_OMAP3430
65         bool "OMAP3430 support"
66         depends on ARCH_OMAP3
67         default y
68         select ARCH_OMAP_OTG
69
70 config OMAP_PACKAGE_ZAF
71        bool
72
73 config OMAP_PACKAGE_ZAC
74        bool
75
76 config OMAP_PACKAGE_CBC
77        bool
78
79 config OMAP_PACKAGE_CBB
80        bool
81
82 config OMAP_PACKAGE_CUS
83        bool
84
85 config OMAP_PACKAGE_CBP
86        bool
87
88 comment "OMAP Board Type"
89         depends on ARCH_OMAP2PLUS
90
91 config MACH_OMAP_GENERIC
92         bool "Generic OMAP board"
93         depends on ARCH_OMAP2
94         default y
95
96 config MACH_OMAP2_TUSB6010
97         bool
98         depends on ARCH_OMAP2 && ARCH_OMAP2420
99         default y if MACH_NOKIA_N8X0
100
101 config MACH_OMAP_H4
102         bool "OMAP 2420 H4 board"
103         depends on ARCH_OMAP2420
104         default y
105         select OMAP_PACKAGE_ZAF
106         select OMAP_DEBUG_DEVICES
107
108 config MACH_OMAP_APOLLON
109         bool "OMAP 2420 Apollon board"
110         depends on ARCH_OMAP2420
111         default y
112         select OMAP_PACKAGE_ZAC
113
114 config MACH_OMAP_2430SDP
115         bool "OMAP 2430 SDP board"
116         depends on ARCH_OMAP2430
117         default y
118         select OMAP_PACKAGE_ZAC
119
120 config MACH_OMAP3_BEAGLE
121         bool "OMAP3 BEAGLE board"
122         depends on ARCH_OMAP3
123         default y
124         select OMAP_PACKAGE_CBB
125
126 config MACH_DEVKIT8000
127         bool "DEVKIT8000 board"
128         depends on ARCH_OMAP3
129         default y
130         select OMAP_PACKAGE_CUS
131         select OMAP_MUX
132
133 config MACH_OMAP_LDP
134         bool "OMAP3 LDP board"
135         depends on ARCH_OMAP3
136         default y
137         select OMAP_PACKAGE_CBB
138
139 config MACH_OMAP3530_LV_SOM
140         bool "OMAP3 Logic 3530 LV SOM board"
141         depends on ARCH_OMAP3
142         select OMAP_PACKAGE_CBB
143         default y
144         help
145          Support for the LogicPD OMAP3530 SOM Development kit
146          for full description please see the products webpage at
147          http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
148
149 config MACH_OMAP3_TORPEDO
150         bool "OMAP3 Logic 35x Torpedo board"
151         depends on ARCH_OMAP3
152         select OMAP_PACKAGE_CBB
153         default y
154         help
155          Support for the LogicPD OMAP35x Torpedo Development kit
156          for full description please see the products webpage at
157          http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
158
159 config MACH_OVERO
160         bool "Gumstix Overo board"
161         depends on ARCH_OMAP3
162         default y
163         select OMAP_PACKAGE_CBB
164
165 config MACH_OMAP3EVM
166         bool "OMAP 3530 EVM board"
167         depends on ARCH_OMAP3
168         default y
169         select OMAP_PACKAGE_CBB
170
171 config MACH_OMAP3517EVM
172         bool "OMAP3517/ AM3517 EVM board"
173         depends on ARCH_OMAP3
174         default y
175         select OMAP_PACKAGE_CBB
176
177 config MACH_OMAP3_PANDORA
178         bool "OMAP3 Pandora"
179         depends on ARCH_OMAP3
180         default y
181         select OMAP_PACKAGE_CBB
182
183 config MACH_OMAP3_TOUCHBOOK
184         bool "OMAP3 Touch Book"
185         depends on ARCH_OMAP3
186         default y
187         select BACKLIGHT_CLASS_DEVICE
188
189 config MACH_OMAP_3430SDP
190         bool "OMAP 3430 SDP board"
191         depends on ARCH_OMAP3
192         default y
193         select OMAP_PACKAGE_CBB
194
195 config MACH_NOKIA_N800
196        bool
197
198 config MACH_NOKIA_N810
199        bool
200
201 config MACH_NOKIA_N810_WIMAX
202        bool
203
204 config MACH_NOKIA_N8X0
205         bool "Nokia N800/N810"
206         depends on ARCH_OMAP2420
207         default y
208         select OMAP_PACKAGE_ZAC
209         select MACH_NOKIA_N800
210         select MACH_NOKIA_N810
211         select MACH_NOKIA_N810_WIMAX
212
213 config MACH_NOKIA_RX51
214         bool "Nokia RX-51 board"
215         depends on ARCH_OMAP3
216         default y
217         select OMAP_PACKAGE_CBB
218
219 config MACH_OMAP_ZOOM2
220         bool "OMAP3 Zoom2 board"
221         depends on ARCH_OMAP3
222         default y
223         select OMAP_PACKAGE_CBB
224         select SERIAL_8250
225         select SERIAL_CORE_CONSOLE
226         select SERIAL_8250_CONSOLE
227
228 config MACH_OMAP_ZOOM3
229         bool "OMAP3630 Zoom3 board"
230         depends on ARCH_OMAP3
231         default y
232         select OMAP_PACKAGE_CBP
233         select SERIAL_8250
234         select SERIAL_CORE_CONSOLE
235         select SERIAL_8250_CONSOLE
236
237 config MACH_CM_T35
238         bool "CompuLab CM-T35 module"
239         depends on ARCH_OMAP3
240         default y
241         select OMAP_PACKAGE_CUS
242         select OMAP_MUX
243
244 config MACH_CM_T3517
245         bool "CompuLab CM-T3517 module"
246         depends on ARCH_OMAP3
247         default y
248         select OMAP_PACKAGE_CBB
249         select OMAP_MUX
250
251 config MACH_IGEP0020
252         bool "IGEP v2 board"
253         depends on ARCH_OMAP3
254         default y
255         select OMAP_PACKAGE_CBB
256
257 config MACH_IGEP0030
258         bool "IGEP OMAP3 module"
259         depends on ARCH_OMAP3
260         default y
261         select OMAP_PACKAGE_CBB
262
263 config MACH_SBC3530
264         bool "OMAP3 SBC STALKER board"
265         depends on ARCH_OMAP3
266         default y
267         select OMAP_PACKAGE_CUS
268         select OMAP_MUX
269
270 config MACH_OMAP_3630SDP
271         bool "OMAP3630 SDP board"
272         depends on ARCH_OMAP3
273         default y
274         select OMAP_PACKAGE_CBP
275
276 config MACH_OMAP_4430SDP
277         bool "OMAP 4430 SDP board"
278         default y
279         depends on ARCH_OMAP4
280
281 config MACH_OMAP4_PANDA
282         bool "OMAP4 Panda Board"
283         default y
284         depends on ARCH_OMAP4
285
286 config OMAP3_EMU
287         bool "OMAP3 debugging peripherals"
288         depends on ARCH_OMAP3
289         select OC_ETM
290         help
291           Say Y here to enable debugging hardware of omap3
292
293 config OMAP3_SDRC_AC_TIMING
294         bool "Enable SDRC AC timing register changes"
295         depends on ARCH_OMAP3
296         default n
297         help
298           If you know that none of your system initiators will attempt to
299           access SDRAM during CORE DVFS, select Y here.  This should boost
300           SDRAM performance at lower CORE OPPs.  There are relatively few
301           users who will wish to say yes at this point - almost everyone will
302           wish to say no.  Selecting yes without understanding what is
303           going on could result in system crashes;
304
305 endmenu
306
307 endif