Kconfig 7.8 KB
Newer Older
1 2 3
config ARCH_OMAP
	bool

4
config ARCH_OMAP2
5
	bool "TI OMAP2"
6
	depends on ARCH_MULTI_V6
7
	select ARCH_OMAP2PLUS
8
	select CPU_V6
9
	select SOC_HAS_OMAP2_SDRC
10 11

config ARCH_OMAP3
12
	bool "TI OMAP3"
13
	depends on ARCH_MULTI_V7
14
	select ARCH_OMAP2PLUS
15
	select ARCH_HAS_OPP
16
	select ARM_CPU_SUSPEND if PM
17
	select OMAP_INTERCONNECT
18 19 20
	select PM_OPP if PM
	select PM_RUNTIME if CPU_IDLE
	select SOC_HAS_OMAP2_SDRC
21 22

config ARCH_OMAP4
23
	bool "TI OMAP4"
24
	depends on ARCH_MULTI_V7
25
	select ARCH_OMAP2PLUS
26 27 28 29 30
	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
31
	select CACHE_L2X0
32
	select HAVE_ARM_SCU if SMP
33
	select HAVE_ARM_TWD if SMP
34
	select OMAP_INTERCONNECT
35
	select PL310_ERRATA_588369
36
	select PL310_ERRATA_727915
N
Nishanth Menon 已提交
37
	select PM_OPP if PM
38
	select PM_RUNTIME if CPU_IDLE
39 40
	select ARM_ERRATA_754322
	select ARM_ERRATA_775420
41

R
R Sricharan 已提交
42 43
config SOC_OMAP5
	bool "TI OMAP5"
44
	depends on ARCH_MULTI_V7
45
	select ARCH_OMAP2PLUS
46
	select ARCH_HAS_OPP
47
	select ARM_CPU_SUSPEND if PM
R
R Sricharan 已提交
48
	select ARM_GIC
49
	select HAVE_ARM_SCU if SMP
50
	select HAVE_ARM_TWD if SMP
51
	select HAVE_ARM_ARCH_TIMER
52
	select ARM_ERRATA_798181 if SMP
R
R Sricharan 已提交
53

54
config SOC_AM33XX
55
	bool "TI AM33XX"
56 57
	depends on ARCH_MULTI_V7
	select ARCH_OMAP2PLUS
58
	select ARCH_HAS_OPP
59 60 61 62 63 64
	select ARM_CPU_SUSPEND if PM

config SOC_AM43XX
	bool "TI AM43x"
	depends on ARCH_MULTI_V7
	select ARCH_OMAP2PLUS
65
	select ARCH_HAS_OPP
66 67 68
	select ARM_GIC
	select MACH_OMAP_GENERIC

69 70 71 72
config SOC_DRA7XX
	bool "TI DRA7XX"
	depends on ARCH_MULTI_V7
	select ARCH_OMAP2PLUS
73
	select ARCH_HAS_OPP
74 75 76
	select ARM_CPU_SUSPEND if PM
	select ARM_GIC
	select HAVE_ARM_ARCH_TIMER
77
	select IRQ_CROSSBAR
78

79 80 81 82 83 84 85 86 87
config ARCH_OMAP2PLUS
	bool
	select ARCH_HAS_BANDGAP
	select ARCH_HAS_CPUFREQ
	select ARCH_HAS_HOLES_MEMORYMODEL
	select ARCH_OMAP
	select ARCH_REQUIRE_GPIOLIB
	select CLKSRC_MMIO
	select GENERIC_IRQ_CHIP
88
	select MACH_OMAP_GENERIC
89 90 91
	select OMAP_DM_TIMER
	select PINCTRL
	select SOC_BUS
92
	select TI_PRIV_EDMA
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
	help
	  Systems based on OMAP2, OMAP3, OMAP4 or OMAP5


if ARCH_OMAP2PLUS

menu "TI OMAP2/3/4 Specific Features"

config ARCH_OMAP2PLUS_TYPICAL
	bool "Typical OMAP configuration"
	default y
	select AEABI
	select HIGHMEM
	select I2C
	select I2C_OMAP
	select MENELAUS if ARCH_OMAP2
109
	select NEON if CPU_V7
110 111 112 113 114 115 116 117 118 119 120 121 122
	select PM_RUNTIME
	select REGULATOR
	select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
	select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
	select VFP
	help
	  Compile a kernel suitable for booting most boards

config SOC_HAS_OMAP2_SDRC
	bool "OMAP2 SDRAM Controller support"

config SOC_HAS_REALTIME_COUNTER
	bool "Real time free running counter"
123
	depends on SOC_OMAP5 || SOC_DRA7XX
124 125
	default y

126
comment "OMAP Core Type"
127
	depends on ARCH_OMAP2
128

129
config SOC_OMAP2420
130
	bool "OMAP2420 support"
131
	depends on ARCH_OMAP2
132
	default y
133
	select OMAP_DM_TIMER
134
	select SOC_HAS_OMAP2_SDRC
135

136
config SOC_OMAP2430
137
	bool "OMAP2430 support"
138
	depends on ARCH_OMAP2
139
	default y
140
	select SOC_HAS_OMAP2_SDRC
141

142
config SOC_OMAP3430
143
	bool "OMAP3430 support"
144
	depends on ARCH_OMAP3
145
	default y
146
	select SOC_HAS_OMAP2_SDRC
147

148
config SOC_TI81XX
149
	bool "TI81XX support"
150
	depends on ARCH_OMAP3
151 152
	default y

153 154 155 156 157 158 159 160 161
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

162 163 164
config OMAP_PACKAGE_CBP
       bool

165
comment "OMAP Legacy Platform Data Board Type"
166
	depends on ARCH_OMAP2PLUS
167 168

config MACH_OMAP_GENERIC
169
	bool
170

K
Kalle Valo 已提交
171 172
config MACH_OMAP2_TUSB6010
	bool
173
	depends on ARCH_OMAP2 && SOC_OMAP2420
K
Kalle Valo 已提交
174 175
	default y if MACH_NOKIA_N8X0

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

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

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

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

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

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

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

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

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

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

T
Tony Lindgren 已提交
250 251 252 253 254 255
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
T
Tony Lindgren 已提交
260 261
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
262

263
config MACH_NOKIA_RX51
264
	bool "Nokia N900 (RX-51) phone"
265
	depends on ARCH_OMAP3
266
	default y
267
	select OMAP_PACKAGE_CBB
268

269
config MACH_CM_T35
270
	bool "CompuLab CM-T35/CM-T3730 modules"
271
	depends on ARCH_OMAP3
272
	default y
273
	select MACH_CM_T3730
274
	select OMAP_PACKAGE_CUS
275

276 277 278 279 280 281
config MACH_CM_T3517
	bool "CompuLab CM-T3517 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

282 283 284
config MACH_CM_T3730
       bool

285 286 287
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
288
	default y
289 290
	select OMAP_PACKAGE_CUS

291 292
config MACH_TI8168EVM
	bool "TI8168 Evaluation Module"
293
	depends on SOC_TI81XX
294
	default y
295 296 297

config MACH_TI8148EVM
	bool "TI8148 Evaluation Module"
298
	depends on SOC_TI81XX
299
	default y
300

301 302 303
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
304
	select ARM_AMBA
305 306 307 308
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

309 310
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
311
	depends on ARCH_OMAP3
312 313 314 315 316 317 318 319 320
	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;

321
config OMAP4_ERRATA_I688
322
	bool "OMAP4 errata: Async Bridge Corruption"
323
	depends on (ARCH_OMAP4 || SOC_OMAP5) && !ARCH_MULTIPLATFORM
324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
	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.
342 343 344
endmenu

endif