Kconfig 9.1 KB
Newer Older
1 2 3 4
if ARCH_OMAP2PLUS

menu "TI OMAP2/3/4 Specific Features"

5 6 7 8 9 10 11
config ARCH_OMAP2PLUS_TYPICAL
	bool "Typical OMAP configuration"
	default y
	select AEABI
	select REGULATOR
	select PM_RUNTIME
	select VFP
R
R Sricharan 已提交
12
	select NEON if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
13 14
	select SERIAL_OMAP
	select SERIAL_OMAP_CONSOLE
15 16 17 18 19
	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
20
	select HIGHMEM
21 22 23
	help
	  Compile a kernel suitable for booting most boards

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

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

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

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

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

R
R Sricharan 已提交
70 71 72 73 74
config SOC_OMAP5
	bool "TI OMAP5"
	select CPU_V7
	select ARM_GIC
	select HAVE_SMP
75
	select ARM_CPU_SUSPEND if PM
76
	select SOC_HAS_REALTIME_COUNTER
R
R Sricharan 已提交
77

78
comment "OMAP Core Type"
79
	depends on ARCH_OMAP2
80

81
config SOC_OMAP2420
82
	bool "OMAP2420 support"
83
	depends on ARCH_OMAP2
84
	default y
85
	select OMAP_DM_TIMER
86
	select SOC_HAS_OMAP2_SDRC
87

88
config SOC_OMAP2430
89
	bool "OMAP2430 support"
90
	depends on ARCH_OMAP2
91
	default y
92
	select SOC_HAS_OMAP2_SDRC
93

94
config SOC_OMAP3430
95
	bool "OMAP3430 support"
96
	depends on ARCH_OMAP3
97
	default y
98
	select SOC_HAS_OMAP2_SDRC
99

100
config SOC_TI81XX
101
	bool "TI81XX support"
102
	depends on ARCH_OMAP3
103 104
	default y

105
config SOC_AM33XX
106 107
	bool "AM33XX support"
	default y
108 109 110
	select CPU_V7
	select ARM_CPU_SUSPEND if PM
	select MULTI_IRQ_HANDLER
111

T
Tony Lindgren 已提交
112 113 114 115 116 117
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

118 119 120 121 122 123 124 125 126
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

127 128 129
config OMAP_PACKAGE_CBP
       bool

130 131 132
config OMAP_PACKAGE_CBL
       bool

133 134 135
config OMAP_PACKAGE_CBS
       bool

136
comment "OMAP Board Type"
137
	depends on ARCH_OMAP2PLUS
138 139

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

K
Kalle Valo 已提交
147 148
config MACH_OMAP2_TUSB6010
	bool
149
	depends on ARCH_OMAP2 && SOC_OMAP2420
K
Kalle Valo 已提交
150 151
	default y if MACH_NOKIA_N8X0

152 153
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
154
	depends on SOC_OMAP2420
155
	default y
156
	select OMAP_PACKAGE_ZAF
157
	select OMAP_DEBUG_DEVICES
158

159 160
config MACH_OMAP_APOLLON
	bool "OMAP 2420 Apollon board"
161
	depends on SOC_OMAP2420
162
	default y
163
	select OMAP_PACKAGE_ZAC
164 165 166

config MACH_OMAP_2430SDP
	bool "OMAP 2430 SDP board"
167
	depends on SOC_OMAP2430
168
	default y
169
	select OMAP_PACKAGE_ZAC
170

171 172
config MACH_OMAP3_BEAGLE
	bool "OMAP3 BEAGLE board"
173
	depends on ARCH_OMAP3
174
	default y
175
	select OMAP_PACKAGE_CBB
176

177
config MACH_DEVKIT8000
178 179
	bool "DEVKIT8000 board"
	depends on ARCH_OMAP3
180
	default y
181
	select OMAP_PACKAGE_CUS
182

183 184
config MACH_OMAP_LDP
	bool "OMAP3 LDP board"
185
	depends on ARCH_OMAP3
186
	default y
187
	select OMAP_PACKAGE_CBB
188

189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
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

209 210
config MACH_OVERO
	bool "Gumstix Overo board"
211
	depends on ARCH_OMAP3
212
	default y
213
	select OMAP_PACKAGE_CBB
214

215 216
config MACH_OMAP3EVM
	bool "OMAP 3530 EVM board"
217
	depends on ARCH_OMAP3
218
	default y
219
	select OMAP_PACKAGE_CBB
220

221 222
config MACH_OMAP3517EVM
	bool "OMAP3517/ AM3517 EVM board"
223
	depends on ARCH_OMAP3
224
	default y
225
	select OMAP_PACKAGE_CBB
226

S
Srinath 已提交
227 228 229 230 231
config MACH_CRANEBOARD
	bool "AM3517/05 CRANE board"
	depends on ARCH_OMAP3
	select OMAP_PACKAGE_CBB

232 233
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
234
	depends on ARCH_OMAP3
235
	default y
236
	select OMAP_PACKAGE_CBB
237
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
238

239
config MACH_TOUCHBOOK
240
	bool "OMAP3 Touch Book"
241
	depends on ARCH_OMAP3
242
	default y
243
	select OMAP_PACKAGE_CBB
244

245 246
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
247
	depends on ARCH_OMAP3
248
	default y
249
	select OMAP_PACKAGE_CBB
250

T
Tony Lindgren 已提交
251 252 253 254 255 256 257 258 259
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

260 261
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
262
	depends on SOC_OMAP2420
263
	default y
264
	select OMAP_PACKAGE_ZAC
T
Tony Lindgren 已提交
265 266 267
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
268

269
config MACH_NOKIA_RM680
270
	bool "Nokia RM-680/696 board"
271 272 273
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB
274
	select MACH_NOKIA_RM696
275

276 277
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
278
	depends on ARCH_OMAP3
279
	default y
280
	select OMAP_PACKAGE_CBB
281 282 283

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
284
	depends on ARCH_OMAP3
285
	default y
286
	select OMAP_PACKAGE_CBB
287 288 289
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
290
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
291

292 293
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
294
	depends on ARCH_OMAP3
295
	default y
296
	select OMAP_PACKAGE_CBP
297 298 299
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
300
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
301

302
config MACH_CM_T35
303
	bool "CompuLab CM-T35/CM-T3730 modules"
304
	depends on ARCH_OMAP3
305
	default y
306
	select MACH_CM_T3730
307
	select OMAP_PACKAGE_CUS
308

309 310 311 312 313 314
config MACH_CM_T3517
	bool "CompuLab CM-T3517 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

315 316 317
config MACH_CM_T3730
       bool

318
config MACH_IGEP0020
319
	bool "IGEP v2 board"
320
	depends on ARCH_OMAP3
321
	default y
322
	select OMAP_PACKAGE_CBB
323

324 325 326 327 328
config MACH_IGEP0030
	bool "IGEP OMAP3 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB
M
Mike Rapoport 已提交
329
	select MACH_IGEP0020
330

331 332 333
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
334
	default y
335 336
	select OMAP_PACKAGE_CUS

337 338
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
339
	depends on ARCH_OMAP3
340
	default y
341
	select OMAP_PACKAGE_CBP
342

343 344
config MACH_TI8168EVM
	bool "TI8168 Evaluation Module"
345
	depends on SOC_TI81XX
346
	default y
347 348 349

config MACH_TI8148EVM
	bool "TI8148 Evaluation Module"
350
	depends on SOC_TI81XX
351
	default y
352

353 354
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
355
	default y
356
	depends on ARCH_OMAP4
357
	select OMAP_PACKAGE_CBL
358
	select OMAP_PACKAGE_CBS
359
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
360

D
David Anders 已提交
361 362 363 364
config MACH_OMAP4_PANDA
	bool "OMAP4 Panda Board"
	default y
	depends on ARCH_OMAP4
365 366
	select OMAP_PACKAGE_CBL
	select OMAP_PACKAGE_CBS
367
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
D
David Anders 已提交
368

369 370 371
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
372
	select ARM_AMBA
373 374 375 376
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

377 378
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
379
	depends on ARCH_OMAP3
380 381 382 383 384 385 386 387 388
	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;

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

endif