Kconfig 9.1 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
	select NEON if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
	select PM_RUNTIME
	select REGULATOR
	select SERIAL_OMAP
	select SERIAL_OMAP_CONSOLE
18 19
	select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
	select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
20
	select VFP
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
config SOC_HAS_REALTIME_COUNTER
	bool "Real time free running counter"
29 30
	depends on SOC_OMAP5
	default y
31

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

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

config ARCH_OMAP4
57 58 59
	bool "TI OMAP4"
	default y
	depends on ARCH_OMAP2PLUS
60 61 62 63 64
	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
65
	select CACHE_L2X0
66
	select CPU_V7
67
	select HAVE_SMP
68
	select LOCAL_TIMERS if SMP
69
	select OMAP_INTERCONNECT
70
	select PL310_ERRATA_588369
71
	select PL310_ERRATA_727915
N
Nishanth Menon 已提交
72
	select PM_OPP if PM
73
	select PM_RUNTIME if CPU_IDLE
74
	select USB_ARCH_HAS_EHCI if USB_SUPPORT
75
	select COMMON_CLK
76

R
R Sricharan 已提交
77 78
config SOC_OMAP5
	bool "TI OMAP5"
79 80
	select ARM_ARCH_TIMER
	select ARM_CPU_SUSPEND if PM
R
R Sricharan 已提交
81
	select ARM_GIC
82
	select CPU_V7
R
R Sricharan 已提交
83
	select HAVE_SMP
84
	select COMMON_CLK
R
R Sricharan 已提交
85

86
comment "OMAP Core Type"
87
	depends on ARCH_OMAP2
88

89
config SOC_OMAP2420
90
	bool "OMAP2420 support"
91
	depends on ARCH_OMAP2
92
	default y
93
	select OMAP_DM_TIMER
94
	select SOC_HAS_OMAP2_SDRC
95

96
config SOC_OMAP2430
97
	bool "OMAP2430 support"
98
	depends on ARCH_OMAP2
99
	default y
100
	select SOC_HAS_OMAP2_SDRC
101

102
config SOC_OMAP3430
103
	bool "OMAP3430 support"
104
	depends on ARCH_OMAP3
105
	default y
106
	select SOC_HAS_OMAP2_SDRC
107

108
config SOC_TI81XX
109
	bool "TI81XX support"
110
	depends on ARCH_OMAP3
111 112
	default y

113
config SOC_AM33XX
114 115
	bool "AM33XX support"
	default y
116
	select ARM_CPU_SUSPEND if PM
117
	select CPU_V7
118
	select MULTI_IRQ_HANDLER
119
	select COMMON_CLK
120

T
Tony Lindgren 已提交
121 122 123 124 125 126
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

127 128 129 130 131 132 133 134 135
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

136 137 138
config OMAP_PACKAGE_CBP
       bool

139 140 141
config OMAP_PACKAGE_CBL
       bool

142 143 144
config OMAP_PACKAGE_CBS
       bool

145
comment "OMAP Board Type"
146
	depends on ARCH_OMAP2PLUS
147 148

config MACH_OMAP_GENERIC
149
	bool "Generic OMAP2+ board"
150
	depends on ARCH_OMAP2PLUS
151
	default y
152 153 154
	help
	  Support for generic TI OMAP2+ boards using Flattened Device Tree.
	  More information at Documentation/devicetree
155

K
Kalle Valo 已提交
156 157
config MACH_OMAP2_TUSB6010
	bool
158
	depends on ARCH_OMAP2 && SOC_OMAP2420
K
Kalle Valo 已提交
159 160
	default y if MACH_NOKIA_N8X0

161 162
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
163
	depends on SOC_OMAP2420
164
	default y
165
	select OMAP_DEBUG_DEVICES
166
	select OMAP_PACKAGE_ZAF
167

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

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

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

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

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

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

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

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

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

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

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

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

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

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

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

272
config MACH_NOKIA_RM680
273
	bool "Nokia N950 (RM-680) / N9 (RM-696) phones"
274 275
	depends on ARCH_OMAP3
	default y
276
	select MACH_NOKIA_RM696
277
	select OMAP_PACKAGE_CBB
278

279
config MACH_NOKIA_RX51
280
	bool "Nokia N900 (RX-51) phone"
281
	depends on ARCH_OMAP3
282
	default y
283
	select OMAP_PACKAGE_CBB
284 285 286

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

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

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

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

318 319 320
config MACH_CM_T3730
       bool

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

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

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

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

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

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

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

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

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

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

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

endif