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
77
	select ARM_ARCH_TIMER
R
R Sricharan 已提交
78

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

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

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

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

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

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

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

config OMAP_PACKAGE_ZAC
       bool

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

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

128 129 130
config OMAP_PACKAGE_CBP
       bool

131 132 133
config OMAP_PACKAGE_CBL
       bool

134 135 136
config OMAP_PACKAGE_CBS
       bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

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

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

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

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

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

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

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

316 317 318
config MACH_CM_T3730
       bool

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

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

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

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

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

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

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

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

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

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

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

endif