omap: Don't select mux by default for each board
[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 config OMAP_PACKAGE_CBL
89        bool
90
91 config OMAP_PACKAGE_CBS
92        bool
93
94 comment "OMAP Board Type"
95         depends on ARCH_OMAP2PLUS
96
97 config MACH_OMAP_GENERIC
98         bool "Generic OMAP board"
99         depends on ARCH_OMAP2
100         default y
101
102 config MACH_OMAP2_TUSB6010
103         bool
104         depends on ARCH_OMAP2 && ARCH_OMAP2420
105         default y if MACH_NOKIA_N8X0
106
107 config MACH_OMAP_H4
108         bool "OMAP 2420 H4 board"
109         depends on ARCH_OMAP2420
110         default y
111         select OMAP_PACKAGE_ZAF
112         select OMAP_DEBUG_DEVICES
113
114 config MACH_OMAP_APOLLON
115         bool "OMAP 2420 Apollon board"
116         depends on ARCH_OMAP2420
117         default y
118         select OMAP_PACKAGE_ZAC
119
120 config MACH_OMAP_2430SDP
121         bool "OMAP 2430 SDP board"
122         depends on ARCH_OMAP2430
123         default y
124         select OMAP_PACKAGE_ZAC
125
126 config MACH_OMAP3_BEAGLE
127         bool "OMAP3 BEAGLE board"
128         depends on ARCH_OMAP3
129         default y
130         select OMAP_PACKAGE_CBB
131
132 config MACH_DEVKIT8000
133         bool "DEVKIT8000 board"
134         depends on ARCH_OMAP3
135         default y
136         select OMAP_PACKAGE_CUS
137
138 config MACH_OMAP_LDP
139         bool "OMAP3 LDP board"
140         depends on ARCH_OMAP3
141         default y
142         select OMAP_PACKAGE_CBB
143
144 config MACH_OMAP3530_LV_SOM
145         bool "OMAP3 Logic 3530 LV SOM board"
146         depends on ARCH_OMAP3
147         select OMAP_PACKAGE_CBB
148         default y
149         help
150          Support for the LogicPD OMAP3530 SOM Development kit
151          for full description please see the products webpage at
152          http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
153
154 config MACH_OMAP3_TORPEDO
155         bool "OMAP3 Logic 35x Torpedo board"
156         depends on ARCH_OMAP3
157         select OMAP_PACKAGE_CBB
158         default y
159         help
160          Support for the LogicPD OMAP35x Torpedo Development kit
161          for full description please see the products webpage at
162          http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
163
164 config MACH_OVERO
165         bool "Gumstix Overo board"
166         depends on ARCH_OMAP3
167         default y
168         select OMAP_PACKAGE_CBB
169
170 config MACH_OMAP3EVM
171         bool "OMAP 3530 EVM board"
172         depends on ARCH_OMAP3
173         default y
174         select OMAP_PACKAGE_CBB
175
176 config MACH_OMAP3517EVM
177         bool "OMAP3517/ AM3517 EVM board"
178         depends on ARCH_OMAP3
179         default y
180         select OMAP_PACKAGE_CBB
181
182 config MACH_CRANEBOARD
183         bool "AM3517/05 CRANE board"
184         depends on ARCH_OMAP3
185         select OMAP_PACKAGE_CBB
186
187 config MACH_OMAP3_PANDORA
188         bool "OMAP3 Pandora"
189         depends on ARCH_OMAP3
190         default y
191         select OMAP_PACKAGE_CBB
192
193 config MACH_OMAP3_TOUCHBOOK
194         bool "OMAP3 Touch Book"
195         depends on ARCH_OMAP3
196         default y
197         select BACKLIGHT_CLASS_DEVICE
198
199 config MACH_OMAP_3430SDP
200         bool "OMAP 3430 SDP board"
201         depends on ARCH_OMAP3
202         default y
203         select OMAP_PACKAGE_CBB
204
205 config MACH_NOKIA_N800
206        bool
207
208 config MACH_NOKIA_N810
209        bool
210
211 config MACH_NOKIA_N810_WIMAX
212        bool
213
214 config MACH_NOKIA_N8X0
215         bool "Nokia N800/N810"
216         depends on ARCH_OMAP2420
217         default y
218         select OMAP_PACKAGE_ZAC
219         select MACH_NOKIA_N800
220         select MACH_NOKIA_N810
221         select MACH_NOKIA_N810_WIMAX
222
223 config MACH_NOKIA_RX51
224         bool "Nokia RX-51 board"
225         depends on ARCH_OMAP3
226         default y
227         select OMAP_PACKAGE_CBB
228
229 config MACH_OMAP_ZOOM2
230         bool "OMAP3 Zoom2 board"
231         depends on ARCH_OMAP3
232         default y
233         select OMAP_PACKAGE_CBB
234         select SERIAL_8250
235         select SERIAL_CORE_CONSOLE
236         select SERIAL_8250_CONSOLE
237
238 config MACH_OMAP_ZOOM3
239         bool "OMAP3630 Zoom3 board"
240         depends on ARCH_OMAP3
241         default y
242         select OMAP_PACKAGE_CBP
243         select SERIAL_8250
244         select SERIAL_CORE_CONSOLE
245         select SERIAL_8250_CONSOLE
246
247 config MACH_CM_T35
248         bool "CompuLab CM-T35 module"
249         depends on ARCH_OMAP3
250         default y
251         select OMAP_PACKAGE_CUS
252
253 config MACH_CM_T3517
254         bool "CompuLab CM-T3517 module"
255         depends on ARCH_OMAP3
256         default y
257         select OMAP_PACKAGE_CBB
258
259 config MACH_IGEP0020
260         bool "IGEP v2 board"
261         depends on ARCH_OMAP3
262         default y
263         select OMAP_PACKAGE_CBB
264
265 config MACH_IGEP0030
266         bool "IGEP OMAP3 module"
267         depends on ARCH_OMAP3
268         default y
269         select OMAP_PACKAGE_CBB
270
271 config MACH_SBC3530
272         bool "OMAP3 SBC STALKER board"
273         depends on ARCH_OMAP3
274         default y
275         select OMAP_PACKAGE_CUS
276
277 config MACH_OMAP_3630SDP
278         bool "OMAP3630 SDP board"
279         depends on ARCH_OMAP3
280         default y
281         select OMAP_PACKAGE_CBP
282
283 config MACH_OMAP_4430SDP
284         bool "OMAP 4430 SDP board"
285         default y
286         depends on ARCH_OMAP4
287         select OMAP_PACKAGE_CBL
288         select OMAP_PACKAGE_CBS
289
290 config MACH_OMAP4_PANDA
291         bool "OMAP4 Panda Board"
292         default y
293         depends on ARCH_OMAP4
294         select OMAP_PACKAGE_CBL
295         select OMAP_PACKAGE_CBS
296
297 config OMAP3_EMU
298         bool "OMAP3 debugging peripherals"
299         depends on ARCH_OMAP3
300         select OC_ETM
301         help
302           Say Y here to enable debugging hardware of omap3
303
304 config OMAP3_SDRC_AC_TIMING
305         bool "Enable SDRC AC timing register changes"
306         depends on ARCH_OMAP3
307         default n
308         help
309           If you know that none of your system initiators will attempt to
310           access SDRAM during CORE DVFS, select Y here.  This should boost
311           SDRAM performance at lower CORE OPPs.  There are relatively few
312           users who will wish to say yes at this point - almost everyone will
313           wish to say no.  Selecting yes without understanding what is
314           going on could result in system crashes;
315
316 endmenu
317
318 endif