Kconfig 6.1 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 18 19 20 21 22 23 24
	select I2C
	select I2C_OMAP
	select MFD
	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 40

config ARCH_OMAP4
	bool "TI OMAP4"
41
	default y
42 43 44
	depends on ARCH_OMAP2PLUS
	select CPU_V7
	select ARM_GIC
45 46
	select PL310_ERRATA_588369
	select ARM_ERRATA_720789
47

48 49 50 51 52
comment "OMAP Core Type"
	depends on ARCH_OMAP2

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

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

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

T
Tony Lindgren 已提交
70 71 72 73 74 75
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

76 77 78 79 80 81 82 83 84
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

85 86 87
config OMAP_PACKAGE_CBP
       bool

88 89 90
config OMAP_PACKAGE_CBL
       bool

91 92 93
config OMAP_PACKAGE_CBS
       bool

94
comment "OMAP Board Type"
95
	depends on ARCH_OMAP2PLUS
96 97 98

config MACH_OMAP_GENERIC
	bool "Generic OMAP board"
99
	depends on ARCH_OMAP2
100
	default y
101

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

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

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

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

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

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

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

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

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

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

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

183 184
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
185
	depends on ARCH_OMAP3
186
	default y
187
	select OMAP_PACKAGE_CBB
188

189 190
config MACH_OMAP3_TOUCHBOOK
	bool "OMAP3 Touch Book"
191
	depends on ARCH_OMAP3
192
	default y
193 194
	select BACKLIGHT_CLASS_DEVICE

195 196
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
197
	depends on ARCH_OMAP3
198
	default y
199
	select OMAP_PACKAGE_CBB
200

T
Tony Lindgren 已提交
201 202 203 204 205 206 207 208 209
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

210 211 212
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
	depends on ARCH_OMAP2420
213
	default y
214
	select OMAP_PACKAGE_ZAC
T
Tony Lindgren 已提交
215 216 217
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
218

219 220
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
221
	depends on ARCH_OMAP3
222
	default y
223
	select OMAP_PACKAGE_CBB
224 225 226

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
227
	depends on ARCH_OMAP3
228
	default y
229
	select OMAP_PACKAGE_CBB
230 231 232
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
233

234 235
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
236
	depends on ARCH_OMAP3
237
	default y
238
	select OMAP_PACKAGE_CBP
239 240 241
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
242

243 244
config MACH_CM_T35
	bool "CompuLab CM-T35 module"
245
	depends on ARCH_OMAP3
246
	default y
247
	select OMAP_PACKAGE_CUS
248
	select OMAP_MUX
249

250 251 252 253 254 255 256
config MACH_CM_T3517
	bool "CompuLab CM-T3517 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB
	select OMAP_MUX

257
config MACH_IGEP0020
258
	bool "IGEP v2 board"
259
	depends on ARCH_OMAP3
260
	default y
261
	select OMAP_PACKAGE_CBB
262

263 264 265 266 267 268
config MACH_IGEP0030
	bool "IGEP OMAP3 module"
	depends on ARCH_OMAP3
	default y
	select OMAP_PACKAGE_CBB

269 270 271
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
272
	default y
273 274 275
	select OMAP_PACKAGE_CUS
	select OMAP_MUX

276 277
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
278
	depends on ARCH_OMAP3
279
	default y
280
	select OMAP_PACKAGE_CBP
281

282 283
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
284
	default y
285
	depends on ARCH_OMAP4
286
	select OMAP_PACKAGE_CBL
287

D
David Anders 已提交
288 289 290 291 292
config MACH_OMAP4_PANDA
	bool "OMAP4 Panda Board"
	default y
	depends on ARCH_OMAP4

293 294 295 296 297 298 299
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

300 301
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
302
	depends on ARCH_OMAP3
303 304 305 306 307 308 309 310 311
	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;

312 313 314
endmenu

endif