Kconfig 8.5 KB
Newer Older
1 2 3 4
if ARCH_OMAP2PLUS

menu "TI OMAP2/3/4 Specific Features"

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

23 24 25
config ARCH_OMAP2
	bool "TI OMAP2"
	depends on ARCH_OMAP2PLUS
26
	default y
27
	select CPU_V6
28
	select MULTI_IRQ_HANDLER
29 30 31 32

config ARCH_OMAP3
	bool "TI OMAP3"
	depends on ARCH_OMAP2PLUS
33
	default y
34 35
	select CPU_V7
	select USB_ARCH_HAS_EHCI
36 37
	select ARCH_HAS_OPP
	select PM_OPP if PM
38
	select ARM_CPU_SUSPEND if PM
39
	select MULTI_IRQ_HANDLER
40 41 42

config ARCH_OMAP4
	bool "TI OMAP4"
43
	default y
44
	depends on ARCH_OMAP2PLUS
45
	select CACHE_L2X0
46 47
	select CPU_V7
	select ARM_GIC
48
	select HAVE_SMP
49
	select LOCAL_TIMERS if SMP
50
	select PL310_ERRATA_588369
51
	select PL310_ERRATA_727915
52
	select ARM_ERRATA_720789
N
Nishanth Menon 已提交
53 54
	select ARCH_HAS_OPP
	select PM_OPP if PM
55
	select USB_ARCH_HAS_EHCI
56
	select ARM_CPU_SUSPEND if PM
57

58 59 60
comment "OMAP Core Type"
	depends on ARCH_OMAP2

61
config SOC_OMAP2420
62
	bool "OMAP2420 support"
63
	depends on ARCH_OMAP2
64
	default y
65
	select OMAP_DM_TIMER
66
	select ARCH_OMAP_OTG
67

68
config SOC_OMAP2430
69
	bool "OMAP2430 support"
70
	depends on ARCH_OMAP2
71
	default y
72
	select ARCH_OMAP_OTG
73

74
config SOC_OMAP3430
75
	bool "OMAP3430 support"
76
	depends on ARCH_OMAP3
77
	default y
78 79
	select ARCH_OMAP_OTG

80 81
config SOC_OMAPTI81XX
	bool "TI81XX support"
82 83 84
	depends on ARCH_OMAP3
	default y

85 86 87 88 89
config SOC_OMAPAM33XX
	bool "AM33XX support"
	depends on ARCH_OMAP3
	default y

T
Tony Lindgren 已提交
90 91 92 93 94 95
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

96 97 98 99 100 101 102 103 104
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

105 106 107
config OMAP_PACKAGE_CBP
       bool

108 109 110
config OMAP_PACKAGE_CBL
       bool

111 112 113
config OMAP_PACKAGE_CBS
       bool

114
comment "OMAP Board Type"
115
	depends on ARCH_OMAP2PLUS
116 117

config MACH_OMAP_GENERIC
118 119 120
	bool "Generic OMAP2+ board"
	depends on ARCH_OMAP2PLUS
	select USE_OF
121
	default y
122 123 124
	help
	  Support for generic TI OMAP2+ boards using Flattened Device Tree.
	  More information at Documentation/devicetree
125

K
Kalle Valo 已提交
126 127
config MACH_OMAP2_TUSB6010
	bool
128
	depends on ARCH_OMAP2 && SOC_OMAP2420
K
Kalle Valo 已提交
129 130
	default y if MACH_NOKIA_N8X0

131 132
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
133
	depends on SOC_OMAP2420
134
	default y
135
	select OMAP_PACKAGE_ZAF
136
	select OMAP_DEBUG_DEVICES
137

138 139
config MACH_OMAP_APOLLON
	bool "OMAP 2420 Apollon board"
140
	depends on SOC_OMAP2420
141
	default y
142
	select OMAP_PACKAGE_ZAC
143 144 145

config MACH_OMAP_2430SDP
	bool "OMAP 2430 SDP board"
146
	depends on SOC_OMAP2430
147
	default y
148
	select OMAP_PACKAGE_ZAC
149

150 151
config MACH_OMAP3_BEAGLE
	bool "OMAP3 BEAGLE board"
152
	depends on ARCH_OMAP3
153
	default y
154
	select OMAP_PACKAGE_CBB
155

156
config MACH_DEVKIT8000
157 158
	bool "DEVKIT8000 board"
	depends on ARCH_OMAP3
159
	default y
160
	select OMAP_PACKAGE_CUS
161

162 163
config MACH_OMAP_LDP
	bool "OMAP3 LDP board"
164
	depends on ARCH_OMAP3
165
	default y
166
	select OMAP_PACKAGE_CBB
167

168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
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

188 189
config MACH_OVERO
	bool "Gumstix Overo board"
190
	depends on ARCH_OMAP3
191
	default y
192
	select OMAP_PACKAGE_CBB
193

194 195
config MACH_OMAP3EVM
	bool "OMAP 3530 EVM board"
196
	depends on ARCH_OMAP3
197
	default y
198
	select OMAP_PACKAGE_CBB
199

200 201
config MACH_OMAP3517EVM
	bool "OMAP3517/ AM3517 EVM board"
202
	depends on ARCH_OMAP3
203
	default y
204
	select OMAP_PACKAGE_CBB
205

S
Srinath 已提交
206 207 208 209 210
config MACH_CRANEBOARD
	bool "AM3517/05 CRANE board"
	depends on ARCH_OMAP3
	select OMAP_PACKAGE_CBB

211 212
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
213
	depends on ARCH_OMAP3
214
	default y
215
	select OMAP_PACKAGE_CBB
216
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
217

218 219
config MACH_OMAP3_TOUCHBOOK
	bool "OMAP3 Touch Book"
220
	depends on ARCH_OMAP3
221
	default y
222

223 224
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
225
	depends on ARCH_OMAP3
226
	default y
227
	select OMAP_PACKAGE_CBB
228

T
Tony Lindgren 已提交
229 230 231 232 233 234 235 236 237
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

238 239
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
240
	depends on SOC_OMAP2420
241
	default y
242
	select OMAP_PACKAGE_ZAC
T
Tony Lindgren 已提交
243 244 245
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
246

247 248 249 250 251 252
config MACH_NOKIA_RM680
	bool "Nokia RM-680 board"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

253 254
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
255
	depends on ARCH_OMAP3
256
	default y
257
	select OMAP_PACKAGE_CBB
258 259 260

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
261
	depends on ARCH_OMAP3
262
	default y
263
	select OMAP_PACKAGE_CBB
264 265 266
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
267
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
268

269 270
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
271
	depends on ARCH_OMAP3
272
	default y
273
	select OMAP_PACKAGE_CBP
274 275 276
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
277
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
278

279
config MACH_CM_T35
280
	bool "CompuLab CM-T35/CM-T3730 modules"
281
	depends on ARCH_OMAP3
282
	default y
283
	select MACH_CM_T3730
284
	select OMAP_PACKAGE_CUS
285

286 287 288 289 290 291
config MACH_CM_T3517
	bool "CompuLab CM-T3517 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

292 293 294
config MACH_CM_T3730
       bool

295
config MACH_IGEP0020
296
	bool "IGEP v2 board"
297
	depends on ARCH_OMAP3
298
	default y
299
	select OMAP_PACKAGE_CBB
300

301 302 303 304 305
config MACH_IGEP0030
	bool "IGEP OMAP3 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB
M
Mike Rapoport 已提交
306
	select MACH_IGEP0020
307

308 309 310
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
311
	default y
312 313
	select OMAP_PACKAGE_CUS

314 315
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
316
	depends on ARCH_OMAP3
317
	default y
318
	select OMAP_PACKAGE_CBP
319

320 321
config MACH_TI8168EVM
	bool "TI8168 Evaluation Module"
322
	depends on SOC_OMAPTI81XX
323
	default y
324 325 326 327 328

config MACH_TI8148EVM
	bool "TI8148 Evaluation Module"
	depends on SOC_OMAPTI81XX
	default y
329

330 331
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
332
	default y
333
	depends on ARCH_OMAP4
334
	select OMAP_PACKAGE_CBL
335
	select OMAP_PACKAGE_CBS
336
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
337

D
David Anders 已提交
338 339 340 341
config MACH_OMAP4_PANDA
	bool "OMAP4 Panda Board"
	default y
	depends on ARCH_OMAP4
342 343
	select OMAP_PACKAGE_CBL
	select OMAP_PACKAGE_CBS
344
	select REGULATOR_FIXED_VOLTAGE if REGULATOR
D
David Anders 已提交
345

346 347 348
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
349
	select ARM_AMBA
350 351 352 353
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

354 355
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
356
	depends on ARCH_OMAP3
357 358 359 360 361 362 363 364 365
	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;

366
config OMAP4_ERRATA_I688
367 368
	bool "OMAP4 errata: Async Bridge Corruption (BROKEN)"
	depends on ARCH_OMAP4 && BROKEN
369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
	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.
387 388 389
endmenu

endif