Kconfig 6.9 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
	select I2C
	select I2C_OMAP
17
	select MFD_SUPPORT
18 19 20 21 22 23
	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

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

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

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

54 55 56
comment "OMAP Core Type"
	depends on ARCH_OMAP2

57
config SOC_OMAP2420
58
	bool "OMAP2420 support"
59
	depends on ARCH_OMAP2
60
	default y
61
	select OMAP_DM_TIMER
62
	select ARCH_OMAP_OTG
63

64
config SOC_OMAP2430
65
	bool "OMAP2430 support"
66
	depends on ARCH_OMAP2
67
	default y
68
	select ARCH_OMAP_OTG
69

70
config SOC_OMAP3430
71
	bool "OMAP3430 support"
72
	depends on ARCH_OMAP3
73
	default y
74 75
	select ARCH_OMAP_OTG

76 77 78 79 80
config SOC_OMAPTI816X
	bool "TI816X support"
	depends on ARCH_OMAP3
	default y

T
Tony Lindgren 已提交
81 82 83 84 85 86
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

87 88 89 90 91 92 93 94 95
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

96 97 98
config OMAP_PACKAGE_CBP
       bool

99 100 101
config OMAP_PACKAGE_CBL
       bool

102 103 104
config OMAP_PACKAGE_CBS
       bool

105
comment "OMAP Board Type"
106
	depends on ARCH_OMAP2PLUS
107 108 109

config MACH_OMAP_GENERIC
	bool "Generic OMAP board"
110
	depends on ARCH_OMAP2
111
	default y
112

K
Kalle Valo 已提交
113 114
config MACH_OMAP2_TUSB6010
	bool
115
	depends on ARCH_OMAP2 && SOC_OMAP2420
K
Kalle Valo 已提交
116 117
	default y if MACH_NOKIA_N8X0

118 119
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
120
	depends on SOC_OMAP2420
121
	default y
122
	select OMAP_PACKAGE_ZAF
123
	select OMAP_DEBUG_DEVICES
124

125 126
config MACH_OMAP_APOLLON
	bool "OMAP 2420 Apollon board"
127
	depends on SOC_OMAP2420
128
	default y
129
	select OMAP_PACKAGE_ZAC
130 131 132

config MACH_OMAP_2430SDP
	bool "OMAP 2430 SDP board"
133
	depends on SOC_OMAP2430
134
	default y
135
	select OMAP_PACKAGE_ZAC
136

137 138
config MACH_OMAP3_BEAGLE
	bool "OMAP3 BEAGLE board"
139
	depends on ARCH_OMAP3
140
	default y
141
	select OMAP_PACKAGE_CBB
142

143
config MACH_DEVKIT8000
144 145
	bool "DEVKIT8000 board"
	depends on ARCH_OMAP3
146
	default y
147
	select OMAP_PACKAGE_CUS
148

149 150
config MACH_OMAP_LDP
	bool "OMAP3 LDP board"
151
	depends on ARCH_OMAP3
152
	default y
153
	select OMAP_PACKAGE_CBB
154

155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
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

175 176
config MACH_OVERO
	bool "Gumstix Overo board"
177
	depends on ARCH_OMAP3
178
	default y
179
	select OMAP_PACKAGE_CBB
180

181 182
config MACH_OMAP3EVM
	bool "OMAP 3530 EVM board"
183
	depends on ARCH_OMAP3
184
	default y
185
	select OMAP_PACKAGE_CBB
186

187 188
config MACH_OMAP3517EVM
	bool "OMAP3517/ AM3517 EVM board"
189
	depends on ARCH_OMAP3
190
	default y
191
	select OMAP_PACKAGE_CBB
192

S
Srinath 已提交
193 194 195 196 197
config MACH_CRANEBOARD
	bool "AM3517/05 CRANE board"
	depends on ARCH_OMAP3
	select OMAP_PACKAGE_CBB

198 199
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
200
	depends on ARCH_OMAP3
201
	default y
202
	select OMAP_PACKAGE_CBB
203
	select REGULATOR_FIXED_VOLTAGE
204

205 206
config MACH_OMAP3_TOUCHBOOK
	bool "OMAP3 Touch Book"
207
	depends on ARCH_OMAP3
208
	default y
209 210
	select BACKLIGHT_CLASS_DEVICE

211 212
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
213
	depends on ARCH_OMAP3
214
	default y
215
	select OMAP_PACKAGE_CBB
216

T
Tony Lindgren 已提交
217 218 219 220 221 222 223 224 225
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

226 227
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
228
	depends on SOC_OMAP2420
229
	default y
230
	select OMAP_PACKAGE_ZAC
T
Tony Lindgren 已提交
231 232 233
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
234

235 236 237 238 239 240
config MACH_NOKIA_RM680
	bool "Nokia RM-680 board"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

241 242
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
243
	depends on ARCH_OMAP3
244
	default y
245
	select OMAP_PACKAGE_CBB
246 247 248

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
249
	depends on ARCH_OMAP3
250
	default y
251
	select OMAP_PACKAGE_CBB
252 253 254
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
255
	select REGULATOR_FIXED_VOLTAGE
256

257 258
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
259
	depends on ARCH_OMAP3
260
	default y
261
	select OMAP_PACKAGE_CBP
262 263 264
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
265
	select REGULATOR_FIXED_VOLTAGE
266

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

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

280 281 282
config MACH_CM_T3730
       bool

283
config MACH_IGEP0020
284
	bool "IGEP v2 board"
285
	depends on ARCH_OMAP3
286
	default y
287
	select OMAP_PACKAGE_CBB
288

289 290 291 292 293
config MACH_IGEP0030
	bool "IGEP OMAP3 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB
M
Mike Rapoport 已提交
294
	select MACH_IGEP0020
295

296 297 298
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
299
	default y
300 301
	select OMAP_PACKAGE_CUS

302 303
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
304
	depends on ARCH_OMAP3
305
	default y
306
	select OMAP_PACKAGE_CBP
307

308 309 310 311 312
config MACH_TI8168EVM
	bool "TI8168 Evaluation Module"
	depends on SOC_OMAPTI816X
	default y

313 314
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
315
	default y
316
	depends on ARCH_OMAP4
317
	select OMAP_PACKAGE_CBL
318
	select OMAP_PACKAGE_CBS
319
	select REGULATOR_FIXED_VOLTAGE
320

D
David Anders 已提交
321 322 323 324
config MACH_OMAP4_PANDA
	bool "OMAP4 Panda Board"
	default y
	depends on ARCH_OMAP4
325 326
	select OMAP_PACKAGE_CBL
	select OMAP_PACKAGE_CBS
327
	select REGULATOR_FIXED_VOLTAGE
D
David Anders 已提交
328

329 330 331 332 333 334 335
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

336 337
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
338
	depends on ARCH_OMAP3
339 340 341 342 343 344 345 346 347
	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;

348 349 350
endmenu

endif