Kconfig 6.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 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 48
	select PL310_ERRATA_588369
	select ARM_ERRATA_720789
49

50 51 52 53 54
comment "OMAP Core Type"
	depends on ARCH_OMAP2

config ARCH_OMAP2420
	bool "OMAP2420 support"
55
	depends on ARCH_OMAP2
56
	default y
57
	select OMAP_DM_TIMER
58
	select ARCH_OMAP_OTG
59

60 61
config ARCH_OMAP2430
	bool "OMAP2430 support"
62
	depends on ARCH_OMAP2
63
	default y
64
	select ARCH_OMAP_OTG
65

66 67
config ARCH_OMAP3430
	bool "OMAP3430 support"
68
	depends on ARCH_OMAP3
69
	default y
70 71
	select ARCH_OMAP_OTG

T
Tony Lindgren 已提交
72 73 74 75 76 77
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

78 79 80 81 82 83 84 85 86
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

87 88 89
config OMAP_PACKAGE_CBP
       bool

90 91 92
config OMAP_PACKAGE_CBL
       bool

93 94 95
config OMAP_PACKAGE_CBS
       bool

96
comment "OMAP Board Type"
97
	depends on ARCH_OMAP2PLUS
98 99 100

config MACH_OMAP_GENERIC
	bool "Generic OMAP board"
101
	depends on ARCH_OMAP2
102
	default y
103

K
Kalle Valo 已提交
104 105 106 107 108
config MACH_OMAP2_TUSB6010
	bool
	depends on ARCH_OMAP2 && ARCH_OMAP2420
	default y if MACH_NOKIA_N8X0

109 110
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
111
	depends on ARCH_OMAP2420
112
	default y
113
	select OMAP_PACKAGE_ZAF
114
	select OMAP_DEBUG_DEVICES
115

116 117
config MACH_OMAP_APOLLON
	bool "OMAP 2420 Apollon board"
118
	depends on ARCH_OMAP2420
119
	default y
120
	select OMAP_PACKAGE_ZAC
121 122 123

config MACH_OMAP_2430SDP
	bool "OMAP 2430 SDP board"
124
	depends on ARCH_OMAP2430
125
	default y
126
	select OMAP_PACKAGE_ZAC
127

128 129
config MACH_OMAP3_BEAGLE
	bool "OMAP3 BEAGLE board"
130
	depends on ARCH_OMAP3
131
	default y
132
	select OMAP_PACKAGE_CBB
133

134
config MACH_DEVKIT8000
135 136
	bool "DEVKIT8000 board"
	depends on ARCH_OMAP3
137
	default y
138
	select OMAP_PACKAGE_CUS
139

140 141
config MACH_OMAP_LDP
	bool "OMAP3 LDP board"
142
	depends on ARCH_OMAP3
143
	default y
144
	select OMAP_PACKAGE_CBB
145

146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
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

166 167
config MACH_OVERO
	bool "Gumstix Overo board"
168
	depends on ARCH_OMAP3
169
	default y
170
	select OMAP_PACKAGE_CBB
171

172 173
config MACH_OMAP3EVM
	bool "OMAP 3530 EVM board"
174
	depends on ARCH_OMAP3
175
	default y
176
	select OMAP_PACKAGE_CBB
177

178 179
config MACH_OMAP3517EVM
	bool "OMAP3517/ AM3517 EVM board"
180
	depends on ARCH_OMAP3
181
	default y
182
	select OMAP_PACKAGE_CBB
183

S
Srinath 已提交
184 185 186 187 188
config MACH_CRANEBOARD
	bool "AM3517/05 CRANE board"
	depends on ARCH_OMAP3
	select OMAP_PACKAGE_CBB

189 190
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
191
	depends on ARCH_OMAP3
192
	default y
193
	select OMAP_PACKAGE_CBB
194
	select REGULATOR_FIXED_VOLTAGE
195

196 197
config MACH_OMAP3_TOUCHBOOK
	bool "OMAP3 Touch Book"
198
	depends on ARCH_OMAP3
199
	default y
200 201
	select BACKLIGHT_CLASS_DEVICE

202 203
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
204
	depends on ARCH_OMAP3
205
	default y
206
	select OMAP_PACKAGE_CBB
207

T
Tony Lindgren 已提交
208 209 210 211 212 213 214 215 216
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

217 218 219
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
	depends on ARCH_OMAP2420
220
	default y
221
	select OMAP_PACKAGE_ZAC
T
Tony Lindgren 已提交
222 223 224
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
225

226 227 228 229 230 231
config MACH_NOKIA_RM680
	bool "Nokia RM-680 board"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

232 233
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
234
	depends on ARCH_OMAP3
235
	default y
236
	select OMAP_PACKAGE_CBB
237 238 239

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
240
	depends on ARCH_OMAP3
241
	default y
242
	select OMAP_PACKAGE_CBB
243 244 245
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
246
	select REGULATOR_FIXED_VOLTAGE
247

248 249
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
250
	depends on ARCH_OMAP3
251
	default y
252
	select OMAP_PACKAGE_CBP
253 254 255
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
256
	select REGULATOR_FIXED_VOLTAGE
257

258 259
config MACH_CM_T35
	bool "CompuLab CM-T35 module"
260
	depends on ARCH_OMAP3
261
	default y
262
	select OMAP_PACKAGE_CUS
263

264 265 266 267 268 269
config MACH_CM_T3517
	bool "CompuLab CM-T3517 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

270
config MACH_IGEP0020
271
	bool "IGEP v2 board"
272
	depends on ARCH_OMAP3
273
	default y
274
	select OMAP_PACKAGE_CBB
275

276 277 278 279 280 281
config MACH_IGEP0030
	bool "IGEP OMAP3 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

282 283 284
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
285
	default y
286 287
	select OMAP_PACKAGE_CUS

288 289
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
290
	depends on ARCH_OMAP3
291
	default y
292
	select OMAP_PACKAGE_CBP
293

294 295
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
296
	default y
297
	depends on ARCH_OMAP4
298
	select OMAP_PACKAGE_CBL
299
	select OMAP_PACKAGE_CBS
300

D
David Anders 已提交
301 302 303 304
config MACH_OMAP4_PANDA
	bool "OMAP4 Panda Board"
	default y
	depends on ARCH_OMAP4
305 306
	select OMAP_PACKAGE_CBL
	select OMAP_PACKAGE_CBS
D
David Anders 已提交
307

308 309 310 311 312 313 314
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

315 316
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
317
	depends on ARCH_OMAP3
318 319 320 321 322 323 324 325 326
	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;

327 328 329
endmenu

endif