Kconfig 9.2 KB
Newer Older
1 2 3 4
if ARCH_OMAP2PLUS

menu "TI OMAP2/3/4 Specific Features"

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

25 26 27
config SOC_HAS_OMAP2_SDRC
	bool "OMAP2 SDRAM Controller support"

28 29 30
config SOC_HAS_REALTIME_COUNTER
	bool "Real time free running counter"

31
config ARCH_OMAP2
32 33 34
	bool "TI OMAP2"
	depends on ARCH_OMAP2PLUS
	default y
35
	select CPU_V6
36
	select MULTI_IRQ_HANDLER
37
	select SOC_HAS_OMAP2_SDRC
38 39

config ARCH_OMAP3
40 41 42
	bool "TI OMAP3"
	depends on ARCH_OMAP2PLUS
	default y
43
	select ARCH_HAS_OPP
44
	select ARM_CPU_SUSPEND if PM
45
	select CPU_V7
46
	select MULTI_IRQ_HANDLER
47
	select OMAP_INTERCONNECT
48 49 50 51
	select PM_OPP if PM
	select PM_RUNTIME if CPU_IDLE
	select SOC_HAS_OMAP2_SDRC
	select USB_ARCH_HAS_EHCI if USB_SUPPORT
52 53

config ARCH_OMAP4
54 55 56
	bool "TI OMAP4"
	default y
	depends on ARCH_OMAP2PLUS
57 58 59 60 61
	select ARCH_HAS_OPP
	select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
	select ARM_CPU_SUSPEND if PM
	select ARM_ERRATA_720789
	select ARM_GIC
62
	select CACHE_L2X0
63
	select CPU_V7
64
	select HAVE_SMP
65
	select LOCAL_TIMERS if SMP
66
	select OMAP_INTERCONNECT
67
	select PL310_ERRATA_588369
68
	select PL310_ERRATA_727915
N
Nishanth Menon 已提交
69
	select PM_OPP if PM
70
	select PM_RUNTIME if CPU_IDLE
71
	select USB_ARCH_HAS_EHCI if USB_SUPPORT
72

R
R Sricharan 已提交
73 74
config SOC_OMAP5
	bool "TI OMAP5"
75 76
	select ARM_ARCH_TIMER
	select ARM_CPU_SUSPEND if PM
R
R Sricharan 已提交
77
	select ARM_GIC
78
	select CPU_V7
R
R Sricharan 已提交
79
	select HAVE_SMP
80
	select SOC_HAS_REALTIME_COUNTER
R
R Sricharan 已提交
81

82
comment "OMAP Core Type"
83
	depends on ARCH_OMAP2
84

85
config SOC_OMAP2420
86
	bool "OMAP2420 support"
87
	depends on ARCH_OMAP2
88
	default y
89
	select OMAP_DM_TIMER
90
	select SOC_HAS_OMAP2_SDRC
91

92
config SOC_OMAP2430
93
	bool "OMAP2430 support"
94
	depends on ARCH_OMAP2
95
	default y
96
	select SOC_HAS_OMAP2_SDRC
97

98
config SOC_OMAP3430
99
	bool "OMAP3430 support"
100
	depends on ARCH_OMAP3
101
	default y
102
	select SOC_HAS_OMAP2_SDRC
103

104
config SOC_TI81XX
105
	bool "TI81XX support"
106
	depends on ARCH_OMAP3
107 108
	default y

109
config SOC_AM33XX
110 111
	bool "AM33XX support"
	default y
112
	select ARM_CPU_SUSPEND if PM
113
	select CPU_V7
114
	select MULTI_IRQ_HANDLER
115

T
Tony Lindgren 已提交
116 117 118 119 120 121
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

122 123 124 125 126 127 128 129 130
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

131 132 133
config OMAP_PACKAGE_CBP
       bool

134 135 136
config OMAP_PACKAGE_CBL
       bool

137 138 139
config OMAP_PACKAGE_CBS
       bool

140
comment "OMAP Board Type"
141
	depends on ARCH_OMAP2PLUS
142 143

config MACH_OMAP_GENERIC
144
	bool "Generic OMAP2+ board"
145
	depends on ARCH_OMAP2PLUS
146
	default y
147 148 149
	help
	  Support for generic TI OMAP2+ boards using Flattened Device Tree.
	  More information at Documentation/devicetree
150

K
Kalle Valo 已提交
151 152
config MACH_OMAP2_TUSB6010
	bool
153
	depends on ARCH_OMAP2 && SOC_OMAP2420
K
Kalle Valo 已提交
154 155
	default y if MACH_NOKIA_N8X0

156 157
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
158
	depends on SOC_OMAP2420
159
	default y
160
	select OMAP_DEBUG_DEVICES
161
	select OMAP_PACKAGE_ZAF
162

163 164
config MACH_OMAP_APOLLON
	bool "OMAP 2420 Apollon board"
165
	depends on SOC_OMAP2420
166
	default y
167
	select OMAP_PACKAGE_ZAC
168 169 170

config MACH_OMAP_2430SDP
	bool "OMAP 2430 SDP board"
171
	depends on SOC_OMAP2430
172
	default y
173
	select OMAP_PACKAGE_ZAC
174

175 176
config MACH_OMAP3_BEAGLE
	bool "OMAP3 BEAGLE board"
177
	depends on ARCH_OMAP3
178
	default y
179
	select OMAP_PACKAGE_CBB
180

181
config MACH_DEVKIT8000
182 183
	bool "DEVKIT8000 board"
	depends on ARCH_OMAP3
184
	default y
185
	select OMAP_PACKAGE_CUS
186

187 188
config MACH_OMAP_LDP
	bool "OMAP3 LDP board"
189
	depends on ARCH_OMAP3
190
	default y
191
	select OMAP_PACKAGE_CBB
192

193 194 195 196
config MACH_OMAP3530_LV_SOM
	bool "OMAP3 Logic 3530 LV SOM board"
	depends on ARCH_OMAP3
	default y
197
	select OMAP_PACKAGE_CBB
198 199 200 201 202 203 204 205 206
	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
	default y
207
	select OMAP_PACKAGE_CBB
208 209 210 211 212
	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

213 214
config MACH_OVERO
	bool "Gumstix Overo board"
215
	depends on ARCH_OMAP3
216
	default y
217
	select OMAP_PACKAGE_CBB
218

219 220
config MACH_OMAP3EVM
	bool "OMAP 3530 EVM board"
221
	depends on ARCH_OMAP3
222
	default y
223
	select OMAP_PACKAGE_CBB
224

225 226
config MACH_OMAP3517EVM
	bool "OMAP3517/ AM3517 EVM board"
227
	depends on ARCH_OMAP3
228
	default y
229
	select OMAP_PACKAGE_CBB
230

S
Srinath 已提交
231 232 233 234 235
config MACH_CRANEBOARD
	bool "AM3517/05 CRANE board"
	depends on ARCH_OMAP3
	select OMAP_PACKAGE_CBB

236 237
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
238
	depends on ARCH_OMAP3
239
	default y
240
	select OMAP_PACKAGE_CBB
241
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
242

243
config MACH_TOUCHBOOK
244
	bool "OMAP3 Touch Book"
245
	depends on ARCH_OMAP3
246
	default y
247
	select OMAP_PACKAGE_CBB
248

249 250
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
251
	depends on ARCH_OMAP3
252
	default y
253
	select OMAP_PACKAGE_CBB
254

T
Tony Lindgren 已提交
255 256 257 258 259 260 261 262 263
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

264 265
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
266
	depends on SOC_OMAP2420
267
	default y
T
Tony Lindgren 已提交
268 269 270
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
271
	select OMAP_PACKAGE_ZAC
272

273
config MACH_NOKIA_RM680
274
	bool "Nokia RM-680/696 board"
275 276
	depends on ARCH_OMAP3
	default y
277
	select MACH_NOKIA_RM696
278
	select OMAP_PACKAGE_CBB
279

280 281
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
282
	depends on ARCH_OMAP3
283
	default y
284
	select OMAP_PACKAGE_CBB
285 286 287

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
288
	depends on ARCH_OMAP3
289
	default y
290
	select OMAP_PACKAGE_CBB
291
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
292 293
	select SERIAL_8250
	select SERIAL_8250_CONSOLE
294
	select SERIAL_CORE_CONSOLE
295

296 297
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
298
	depends on ARCH_OMAP3
299
	default y
300
	select OMAP_PACKAGE_CBP
301
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
302 303
	select SERIAL_8250
	select SERIAL_8250_CONSOLE
304
	select SERIAL_CORE_CONSOLE
305

306
config MACH_CM_T35
307
	bool "CompuLab CM-T35/CM-T3730 modules"
308
	depends on ARCH_OMAP3
309
	default y
310
	select MACH_CM_T3730
311
	select OMAP_PACKAGE_CUS
312

313 314 315 316 317 318
config MACH_CM_T3517
	bool "CompuLab CM-T3517 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

319 320 321
config MACH_CM_T3730
       bool

322
config MACH_IGEP0020
323
	bool "IGEP v2 board"
324
	depends on ARCH_OMAP3
325
	default y
326
	select OMAP_PACKAGE_CBB
327

328 329 330 331
config MACH_IGEP0030
	bool "IGEP OMAP3 module"
	depends on ARCH_OMAP3
	default y
M
Mike Rapoport 已提交
332
	select MACH_IGEP0020
333
	select OMAP_PACKAGE_CBB
334

335 336 337
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
338
	default y
339 340
	select OMAP_PACKAGE_CUS

341 342
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
343
	depends on ARCH_OMAP3
344
	default y
345
	select OMAP_PACKAGE_CBP
346

347 348
config MACH_TI8168EVM
	bool "TI8168 Evaluation Module"
349
	depends on SOC_TI81XX
350
	default y
351 352 353

config MACH_TI8148EVM
	bool "TI8148 Evaluation Module"
354
	depends on SOC_TI81XX
355
	default y
356

357 358
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
359
	default y
360
	depends on ARCH_OMAP4
361
	select OMAP_PACKAGE_CBL
362
	select OMAP_PACKAGE_CBS
363
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
364

D
David Anders 已提交
365 366 367 368
config MACH_OMAP4_PANDA
	bool "OMAP4 Panda Board"
	default y
	depends on ARCH_OMAP4
369 370
	select OMAP_PACKAGE_CBL
	select OMAP_PACKAGE_CBS
371
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
D
David Anders 已提交
372

373 374 375
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
376
	select ARM_AMBA
377 378 379 380
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

381 382
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
383
	depends on ARCH_OMAP3
384 385 386 387 388 389 390 391 392
	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;

393
config OMAP4_ERRATA_I688
394 395
	bool "OMAP4 errata: Async Bridge Corruption"
	depends on ARCH_OMAP4
396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413
	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.
414 415 416
endmenu

endif