Kconfig 6.6 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 13
config ARCH_OMAP2PLUS_TYPICAL
	bool "Typical OMAP configuration"
	default y
	select AEABI
	select REGULATOR
	select PM
	select PM_RUNTIME
	select VFP
	select NEON if ARCH_OMAP3 || ARCH_OMAP4
14 15
	select SERIAL_OMAP
	select SERIAL_OMAP_CONSOLE
16 17
	select I2C
	select I2C_OMAP
18
	select MFD_SUPPORT
19 20 21 22 23 24
	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

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

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

config ARCH_OMAP4
	bool "TI OMAP4"
43
	default y
44 45 46
	depends on ARCH_OMAP2PLUS
	select CPU_V7
	select ARM_GIC
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 57 58
comment "OMAP Core Type"
	depends on ARCH_OMAP2

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

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

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

T
Tony Lindgren 已提交
76 77 78 79 80 81
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

82 83 84 85 86 87 88 89 90
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

91 92 93
config OMAP_PACKAGE_CBP
       bool

94 95 96
config OMAP_PACKAGE_CBL
       bool

97 98 99
config OMAP_PACKAGE_CBS
       bool

100
comment "OMAP Board Type"
101
	depends on ARCH_OMAP2PLUS
102 103 104

config MACH_OMAP_GENERIC
	bool "Generic OMAP board"
105
	depends on ARCH_OMAP2
106
	default y
107

K
Kalle Valo 已提交
108 109 110 111 112
config MACH_OMAP2_TUSB6010
	bool
	depends on ARCH_OMAP2 && ARCH_OMAP2420
	default y if MACH_NOKIA_N8X0

113 114
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
115
	depends on ARCH_OMAP2420
116
	default y
117
	select OMAP_PACKAGE_ZAF
118
	select OMAP_DEBUG_DEVICES
119

120 121
config MACH_OMAP_APOLLON
	bool "OMAP 2420 Apollon board"
122
	depends on ARCH_OMAP2420
123
	default y
124
	select OMAP_PACKAGE_ZAC
125 126 127

config MACH_OMAP_2430SDP
	bool "OMAP 2430 SDP board"
128
	depends on ARCH_OMAP2430
129
	default y
130
	select OMAP_PACKAGE_ZAC
131

132 133
config MACH_OMAP3_BEAGLE
	bool "OMAP3 BEAGLE board"
134
	depends on ARCH_OMAP3
135
	default y
136
	select OMAP_PACKAGE_CBB
137

138
config MACH_DEVKIT8000
139 140
	bool "DEVKIT8000 board"
	depends on ARCH_OMAP3
141
	default y
142
	select OMAP_PACKAGE_CUS
143

144 145
config MACH_OMAP_LDP
	bool "OMAP3 LDP board"
146
	depends on ARCH_OMAP3
147
	default y
148
	select OMAP_PACKAGE_CBB
149

150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
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

170 171
config MACH_OVERO
	bool "Gumstix Overo board"
172
	depends on ARCH_OMAP3
173
	default y
174
	select OMAP_PACKAGE_CBB
175

176 177
config MACH_OMAP3EVM
	bool "OMAP 3530 EVM board"
178
	depends on ARCH_OMAP3
179
	default y
180
	select OMAP_PACKAGE_CBB
181

182 183
config MACH_OMAP3517EVM
	bool "OMAP3517/ AM3517 EVM board"
184
	depends on ARCH_OMAP3
185
	default y
186
	select OMAP_PACKAGE_CBB
187

S
Srinath 已提交
188 189 190 191 192
config MACH_CRANEBOARD
	bool "AM3517/05 CRANE board"
	depends on ARCH_OMAP3
	select OMAP_PACKAGE_CBB

193 194
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
195
	depends on ARCH_OMAP3
196
	default y
197
	select OMAP_PACKAGE_CBB
198
	select REGULATOR_FIXED_VOLTAGE
199

200 201
config MACH_OMAP3_TOUCHBOOK
	bool "OMAP3 Touch Book"
202
	depends on ARCH_OMAP3
203
	default y
204 205
	select BACKLIGHT_CLASS_DEVICE

206 207
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
208
	depends on ARCH_OMAP3
209
	default y
210
	select OMAP_PACKAGE_CBB
211

T
Tony Lindgren 已提交
212 213 214 215 216 217 218 219 220
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

221 222 223
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
	depends on ARCH_OMAP2420
224
	default y
225
	select OMAP_PACKAGE_ZAC
T
Tony Lindgren 已提交
226 227 228
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
229

230 231 232 233 234 235
config MACH_NOKIA_RM680
	bool "Nokia RM-680 board"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

236 237
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
238
	depends on ARCH_OMAP3
239
	default y
240
	select OMAP_PACKAGE_CBB
241 242 243

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
244
	depends on ARCH_OMAP3
245
	default y
246
	select OMAP_PACKAGE_CBB
247 248 249
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
250
	select REGULATOR_FIXED_VOLTAGE
251

252 253
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
254
	depends on ARCH_OMAP3
255
	default y
256
	select OMAP_PACKAGE_CBP
257 258 259
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
260
	select REGULATOR_FIXED_VOLTAGE
261

262 263
config MACH_CM_T35
	bool "CompuLab CM-T35 module"
264
	depends on ARCH_OMAP3
265
	default y
266
	select OMAP_PACKAGE_CUS
267

268 269 270 271 272 273
config MACH_CM_T3517
	bool "CompuLab CM-T3517 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

274
config MACH_IGEP0020
275
	bool "IGEP v2 board"
276
	depends on ARCH_OMAP3
277
	default y
278
	select OMAP_PACKAGE_CBB
279

280 281 282 283 284 285
config MACH_IGEP0030
	bool "IGEP OMAP3 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

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

292 293
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
294
	depends on ARCH_OMAP3
295
	default y
296
	select OMAP_PACKAGE_CBP
297

298 299
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
300
	default y
301
	depends on ARCH_OMAP4
302
	select OMAP_PACKAGE_CBL
303
	select OMAP_PACKAGE_CBS
304

D
David Anders 已提交
305 306 307 308
config MACH_OMAP4_PANDA
	bool "OMAP4 Panda Board"
	default y
	depends on ARCH_OMAP4
309 310
	select OMAP_PACKAGE_CBL
	select OMAP_PACKAGE_CBS
D
David Anders 已提交
311

312 313 314 315 316 317 318
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

319 320
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
321
	depends on ARCH_OMAP3
322 323 324 325 326 327 328 329 330
	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;

331 332 333
endmenu

endif