Kconfig 9.0 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
config ARCH_OMAP2
28 29 30
	bool "TI OMAP2"
	depends on ARCH_OMAP2PLUS
	default y
31
	select CPU_V6
32
	select MULTI_IRQ_HANDLER
33
	select SOC_HAS_OMAP2_SDRC
34 35

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

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

R
R Sricharan 已提交
67 68 69 70 71
config SOC_OMAP5
	bool "TI OMAP5"
	select CPU_V7
	select ARM_GIC
	select HAVE_SMP
72
	select ARM_CPU_SUSPEND if PM
R
R Sricharan 已提交
73

74
comment "OMAP Core Type"
75
	depends on ARCH_OMAP2
76

77
config SOC_OMAP2420
78
	bool "OMAP2420 support"
79
	depends on ARCH_OMAP2
80
	default y
81
	select OMAP_DM_TIMER
82
	select SOC_HAS_OMAP2_SDRC
83

84
config SOC_OMAP2430
85
	bool "OMAP2430 support"
86
	depends on ARCH_OMAP2
87
	default y
88
	select SOC_HAS_OMAP2_SDRC
89

90
config SOC_OMAP3430
91
	bool "OMAP3430 support"
92
	depends on ARCH_OMAP3
93
	default y
94
	select SOC_HAS_OMAP2_SDRC
95

96
config SOC_TI81XX
97
	bool "TI81XX support"
98
	depends on ARCH_OMAP3
99 100
	default y

101
config SOC_AM33XX
102 103
	bool "AM33XX support"
	default y
104 105 106
	select CPU_V7
	select ARM_CPU_SUSPEND if PM
	select MULTI_IRQ_HANDLER
107

T
Tony Lindgren 已提交
108 109 110 111 112 113
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

114 115 116 117 118 119 120 121 122
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

123 124 125
config OMAP_PACKAGE_CBP
       bool

126 127 128
config OMAP_PACKAGE_CBL
       bool

129 130 131
config OMAP_PACKAGE_CBS
       bool

132
comment "OMAP Board Type"
133
	depends on ARCH_OMAP2PLUS
134 135

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

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

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

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

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

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

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

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

185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
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

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

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

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

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

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

235
config MACH_TOUCHBOOK
236
	bool "OMAP3 Touch Book"
237
	depends on ARCH_OMAP3
238
	default y
239
	select OMAP_PACKAGE_CBB
240

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

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

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

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

265
config MACH_NOKIA_RM680
266
	bool "Nokia RM-680/696 board"
267 268 269
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB
270
	select MACH_NOKIA_RM696
271

272 273
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
274
	depends on ARCH_OMAP3
275
	default y
276
	select OMAP_PACKAGE_CBB
277 278 279

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

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

298
config MACH_CM_T35
299
	bool "CompuLab CM-T35/CM-T3730 modules"
300
	depends on ARCH_OMAP3
301
	default y
302
	select MACH_CM_T3730
303
	select OMAP_PACKAGE_CUS
304

305 306 307 308 309 310
config MACH_CM_T3517
	bool "CompuLab CM-T3517 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

311 312 313
config MACH_CM_T3730
       bool

314
config MACH_IGEP0020
315
	bool "IGEP v2 board"
316
	depends on ARCH_OMAP3
317
	default y
318
	select OMAP_PACKAGE_CBB
319

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

327 328 329
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
330
	default y
331 332
	select OMAP_PACKAGE_CUS

333 334
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
335
	depends on ARCH_OMAP3
336
	default y
337
	select OMAP_PACKAGE_CBP
338

339 340
config MACH_TI8168EVM
	bool "TI8168 Evaluation Module"
341
	depends on SOC_TI81XX
342
	default y
343 344 345

config MACH_TI8148EVM
	bool "TI8148 Evaluation Module"
346
	depends on SOC_TI81XX
347
	default y
348

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

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

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

373 374
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
375
	depends on ARCH_OMAP3
376 377 378 379 380 381 382 383 384
	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;

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

endif