Kconfig 8.7 KB
Newer Older
1 2 3 4
if ARCH_OMAP2PLUS

menu "TI OMAP2/3/4 Specific Features"

5 6 7 8 9 10 11 12
config ARCH_OMAP2PLUS_TYPICAL
	bool "Typical OMAP configuration"
	default y
	select AEABI
	select REGULATOR
	select PM_RUNTIME
	select VFP
	select NEON if ARCH_OMAP3 || ARCH_OMAP4
13 14
	select SERIAL_OMAP
	select SERIAL_OMAP_CONSOLE
15 16 17 18 19 20 21 22
	select I2C
	select I2C_OMAP
	select MENELAUS if ARCH_OMAP2
	select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
	select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
	help
	  Compile a kernel suitable for booting most boards

23
config ARCH_OMAP2
24
	bool
25
	select CPU_V6
26
	select MULTI_IRQ_HANDLER
27 28

config ARCH_OMAP3
29
	bool
30
	select CPU_V7
31
	select USB_ARCH_HAS_EHCI if USB_SUPPORT
32 33
	select ARCH_HAS_OPP
	select PM_OPP if PM
34
	select ARM_CPU_SUSPEND if PM
35
	select MULTI_IRQ_HANDLER
36 37

config ARCH_OMAP4
38
	bool
39
	select CACHE_L2X0
40 41
	select CPU_V7
	select ARM_GIC
42
	select HAVE_SMP
43
	select LOCAL_TIMERS if SMP
44
	select PL310_ERRATA_588369
45
	select PL310_ERRATA_727915
46
	select ARM_ERRATA_720789
N
Nishanth Menon 已提交
47 48
	select ARCH_HAS_OPP
	select PM_OPP if PM
49
	select USB_ARCH_HAS_EHCI if USB_SUPPORT
50
	select ARM_CPU_SUSPEND if PM
51

52
comment "OMAP Core Type"
53 54 55

config SOC_OMAP
	bool
56

57
config SOC_OMAP2420
58
	bool "OMAP2420 support"
59
	default y
60 61
	select SOC_OMAP
	select ARCH_OMAP2
62
	select OMAP_DM_TIMER
63
	select ARCH_OMAP_OTG
64

65
config SOC_OMAP2430
66
	bool "OMAP2430 support"
67
	default y
68 69
	select SOC_OMAP
	select ARCH_OMAP2
70
	select ARCH_OMAP_OTG
71

72
config SOC_OMAP3430
73
	bool "OMAP3430 support"
74
	default y
75 76
	select SOC_OMAP
	select ARCH_OMAP3
77 78
	select ARCH_OMAP_OTG

79 80
config SOC_OMAPTI81XX
	bool "TI81XX support"
81
	default y
82 83
	select SOC_OMAP
	select ARCH_OMAP3
84

85 86 87
config SOC_OMAPAM33XX
	bool "AM33XX support"
	default y
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
	select SOC_OMAP
	select ARCH_OMAP3

config SOC_OMAP44XX
	bool "OMAP44XX support"
	default y
	select SOC_OMAP
	select ARCH_OMAP4

config SOC_OMAP_NOOP
	bool
	depends on !SOC_OMAP
	default y
	select ARCH_OMAP2
	select ARCH_OMAP3
	select ARCH_OMAP4
	select MACH_OMAP_GENERIC
105

T
Tony Lindgren 已提交
106 107 108 109 110 111
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

112 113 114 115 116 117 118 119 120
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

121 122 123
config OMAP_PACKAGE_CBP
       bool

124 125 126
config OMAP_PACKAGE_CBL
       bool

127 128 129
config OMAP_PACKAGE_CBS
       bool

130 131 132
comment "OMAP Board Type"

config MACH_OMAP_GENERIC
133 134
	bool "Generic OMAP2+ board"
	select USE_OF
135
	default y
136 137 138
	help
	  Support for generic TI OMAP2+ boards using Flattened Device Tree.
	  More information at Documentation/devicetree
139

140 141
if SOC_OMAP

K
Kalle Valo 已提交
142 143
config MACH_OMAP2_TUSB6010
	bool
144
	depends on ARCH_OMAP2 && SOC_OMAP2420
K
Kalle Valo 已提交
145 146
	default y if MACH_NOKIA_N8X0

147 148
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
149
	depends on SOC_OMAP2420
150
	default y
151
	select OMAP_PACKAGE_ZAF
152
	select OMAP_DEBUG_DEVICES
153

154 155
config MACH_OMAP_APOLLON
	bool "OMAP 2420 Apollon board"
156
	depends on SOC_OMAP2420
157
	default y
158
	select OMAP_PACKAGE_ZAC
159 160 161

config MACH_OMAP_2430SDP
	bool "OMAP 2430 SDP board"
162
	depends on SOC_OMAP2430
163
	default y
164
	select OMAP_PACKAGE_ZAC
165

166 167
config MACH_OMAP3_BEAGLE
	bool "OMAP3 BEAGLE board"
168
	depends on ARCH_OMAP3
169
	default y
170
	select OMAP_PACKAGE_CBB
171

172
config MACH_DEVKIT8000
173 174
	bool "DEVKIT8000 board"
	depends on ARCH_OMAP3
175
	default y
176
	select OMAP_PACKAGE_CUS
177

178 179
config MACH_OMAP_LDP
	bool "OMAP3 LDP board"
180
	depends on ARCH_OMAP3
181
	default y
182
	select OMAP_PACKAGE_CBB
183

184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
config MACH_OMAP3530_LV_SOM
	bool "OMAP3 Logic 3530 LV SOM board"
	depends on ARCH_OMAP3
	select OMAP_PACKAGE_CBB
	default y
	help
	 Support for the LogicPD OMAP3530 SOM Development kit
	 for full description please see the products webpage at
	 http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit

config MACH_OMAP3_TORPEDO
	bool "OMAP3 Logic 35x Torpedo board"
	depends on ARCH_OMAP3
	select OMAP_PACKAGE_CBB
	default y
	help
	 Support for the LogicPD OMAP35x Torpedo Development kit
	 for full description please see the products webpage at
	 http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit

204 205
config MACH_OVERO
	bool "Gumstix Overo board"
206
	depends on ARCH_OMAP3
207
	default y
208
	select OMAP_PACKAGE_CBB
209

210 211
config MACH_OMAP3EVM
	bool "OMAP 3530 EVM board"
212
	depends on ARCH_OMAP3
213
	default y
214
	select OMAP_PACKAGE_CBB
215

216 217
config MACH_OMAP3517EVM
	bool "OMAP3517/ AM3517 EVM board"
218
	depends on ARCH_OMAP3
219
	default y
220
	select OMAP_PACKAGE_CBB
221

S
Srinath 已提交
222 223 224 225 226
config MACH_CRANEBOARD
	bool "AM3517/05 CRANE board"
	depends on ARCH_OMAP3
	select OMAP_PACKAGE_CBB

227 228
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
229
	depends on ARCH_OMAP3
230
	default y
231
	select OMAP_PACKAGE_CBB
232
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
233

234 235
config MACH_OMAP3_TOUCHBOOK
	bool "OMAP3 Touch Book"
236
	depends on ARCH_OMAP3
237
	default y
238

239 240
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
241
	depends on ARCH_OMAP3
242
	default y
243
	select OMAP_PACKAGE_CBB
244

T
Tony Lindgren 已提交
245 246 247 248 249 250 251 252 253
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

254 255
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
256
	depends on SOC_OMAP2420
257
	default y
258
	select OMAP_PACKAGE_ZAC
T
Tony Lindgren 已提交
259 260 261
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
262

263 264 265 266 267 268
config MACH_NOKIA_RM680
	bool "Nokia RM-680 board"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

269 270
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
271
	depends on ARCH_OMAP3
272
	default y
273
	select OMAP_PACKAGE_CBB
274 275 276

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
277
	depends on ARCH_OMAP3
278
	default y
279
	select OMAP_PACKAGE_CBB
280 281 282
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
283
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
284

285 286
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
287
	depends on ARCH_OMAP3
288
	default y
289
	select OMAP_PACKAGE_CBP
290 291 292
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
293
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
294

295
config MACH_CM_T35
296
	bool "CompuLab CM-T35/CM-T3730 modules"
297
	depends on ARCH_OMAP3
298
	default y
299
	select MACH_CM_T3730
300
	select OMAP_PACKAGE_CUS
301

302 303 304 305 306 307
config MACH_CM_T3517
	bool "CompuLab CM-T3517 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

308 309 310
config MACH_CM_T3730
       bool

311
config MACH_IGEP0020
312
	bool "IGEP v2 board"
313
	depends on ARCH_OMAP3
314
	default y
315
	select OMAP_PACKAGE_CBB
316

317 318 319 320 321
config MACH_IGEP0030
	bool "IGEP OMAP3 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB
M
Mike Rapoport 已提交
322
	select MACH_IGEP0020
323

324 325 326
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
327
	default y
328 329
	select OMAP_PACKAGE_CUS

330 331
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
332
	depends on ARCH_OMAP3
333
	default y
334
	select OMAP_PACKAGE_CBP
335

336 337
config MACH_TI8168EVM
	bool "TI8168 Evaluation Module"
338
	depends on SOC_OMAPTI81XX
339
	default y
340 341 342 343 344

config MACH_TI8148EVM
	bool "TI8148 Evaluation Module"
	depends on SOC_OMAPTI81XX
	default y
345

346 347
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
348
	default y
349
	depends on ARCH_OMAP4
350
	select OMAP_PACKAGE_CBL
351
	select OMAP_PACKAGE_CBS
352
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
353

D
David Anders 已提交
354 355 356 357
config MACH_OMAP4_PANDA
	bool "OMAP4 Panda Board"
	default y
	depends on ARCH_OMAP4
358 359
	select OMAP_PACKAGE_CBL
	select OMAP_PACKAGE_CBS
360
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
D
David Anders 已提交
361

362
endif
363 364 365
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
366
	select ARM_AMBA
367 368 369 370
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

371 372
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
373
	depends on ARCH_OMAP3
374 375 376 377 378 379 380 381 382
	default n
	help
	  If you know that none of your system initiators will attempt to
	  access SDRAM during CORE DVFS, select Y here.  This should boost
	  SDRAM performance at lower CORE OPPs.  There are relatively few
	  users who will wish to say yes at this point - almost everyone will
	  wish to say no.  Selecting yes without understanding what is
	  going on could result in system crashes;

383
config OMAP4_ERRATA_I688
384 385
	bool "OMAP4 errata: Async Bridge Corruption (BROKEN)"
	depends on ARCH_OMAP4 && BROKEN
386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403
	select ARCH_HAS_BARRIERS
	help
	  If a data is stalled inside asynchronous bridge because of back
	  pressure, it may be accepted multiple times, creating pointer
	  misalignment that will corrupt next transfers on that data path
	  until next reset of the system (No recovery procedure once the
	  issue is hit, the path remains consistently broken). Async bridge
	  can be found on path between MPU to EMIF and MPU to L3 interconnect.
	  This situation can happen only when the idle is initiated by a
	  Master Request Disconnection (which is trigged by software when
	  executing WFI on CPU).
	  The work-around for this errata needs all the initiators connected
	  through async bridge must ensure that data path is properly drained
	  before issuing WFI. This condition will be met if one Strongly ordered
	  access is performed to the target right before executing the WFI.
	  In MPU case, L3 T2ASYNC FIFO and DDR T2ASYNC FIFO needs to be drained.
	  IO barrier ensure that there is no synchronisation loss on initiators
	  operating on both interconnect port simultaneously.
404 405 406
endmenu

endif