Kconfig 4.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 13 14 15 16 17 18 19 20 21 22 23 24 25
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
	select SERIAL_8250
	select SERIAL_CORE_CONSOLE
	select SERIAL_8250_CONSOLE
	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

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

config ARCH_OMAP3
	bool "TI OMAP3"
	depends on ARCH_OMAP2PLUS
35
	default y
36 37 38 39 40 41
	select CPU_V7
	select USB_ARCH_HAS_EHCI
	select ARM_L1_CACHE_SHIFT_6

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

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

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

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

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

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

config OMAP_PACKAGE_ZAC
       bool

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

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

84 85 86
config OMAP_PACKAGE_CBP
       bool

87
comment "OMAP Board Type"
88
	depends on ARCH_OMAP2PLUS
89 90 91

config MACH_OMAP_GENERIC
	bool "Generic OMAP board"
92
	depends on ARCH_OMAP2
93
	default y
94

K
Kalle Valo 已提交
95 96 97 98 99
config MACH_OMAP2_TUSB6010
	bool
	depends on ARCH_OMAP2 && ARCH_OMAP2420
	default y if MACH_NOKIA_N8X0

100 101
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
102
	depends on ARCH_OMAP2
103
	default y
104
	select OMAP_PACKAGE_ZAF
105
	select OMAP_DEBUG_DEVICES
106

107 108
config MACH_OMAP_APOLLON
	bool "OMAP 2420 Apollon board"
109
	depends on ARCH_OMAP2
110
	default y
111
	select OMAP_PACKAGE_ZAC
112 113 114

config MACH_OMAP_2430SDP
	bool "OMAP 2430 SDP board"
115
	depends on ARCH_OMAP2
116
	default y
117
	select OMAP_PACKAGE_ZAC
118

119 120
config MACH_OMAP3_BEAGLE
	bool "OMAP3 BEAGLE board"
121
	depends on ARCH_OMAP3
122
	default y
123
	select OMAP_PACKAGE_CBB
124

125
config MACH_DEVKIT8000
126 127
	bool "DEVKIT8000 board"
	depends on ARCH_OMAP3
128
	default y
129 130
	select OMAP_PACKAGE_CUS
	select OMAP_MUX
131

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

138 139
config MACH_OVERO
	bool "Gumstix Overo board"
140
	depends on ARCH_OMAP3
141
	default y
142
	select OMAP_PACKAGE_CBB
143

144 145
config MACH_OMAP3EVM
	bool "OMAP 3530 EVM board"
146
	depends on ARCH_OMAP3
147
	default y
148
	select OMAP_PACKAGE_CBB
149

150 151
config MACH_OMAP3517EVM
	bool "OMAP3517/ AM3517 EVM board"
152
	depends on ARCH_OMAP3
153
	default y
154
	select OMAP_PACKAGE_CBB
155

156 157
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
158
	depends on ARCH_OMAP3
159
	default y
160
	select OMAP_PACKAGE_CBB
161

162 163
config MACH_OMAP3_TOUCHBOOK
	bool "OMAP3 Touch Book"
164
	depends on ARCH_OMAP3
165
	default y
166 167
	select BACKLIGHT_CLASS_DEVICE

168 169
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
170
	depends on ARCH_OMAP3
171
	default y
172
	select OMAP_PACKAGE_CBB
173

T
Tony Lindgren 已提交
174 175 176 177 178 179 180 181 182
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

183 184 185
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
	depends on ARCH_OMAP2420
186
	default y
187
	select OMAP_PACKAGE_ZAC
T
Tony Lindgren 已提交
188 189 190
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
191

192 193
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
194
	depends on ARCH_OMAP3
195
	default y
196
	select OMAP_PACKAGE_CBB
197 198 199

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
200
	depends on ARCH_OMAP3
201
	default y
202
	select OMAP_PACKAGE_CBB
203

204 205
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
206
	depends on ARCH_OMAP3
207
	default y
208
	select OMAP_PACKAGE_CBP
209

210 211
config MACH_CM_T35
	bool "CompuLab CM-T35 module"
212
	depends on ARCH_OMAP3
213
	default y
214
	select OMAP_PACKAGE_CUS
215
	select OMAP_MUX
216

217
config MACH_IGEP0020
218
	bool "IGEP v2 board"
219
	depends on ARCH_OMAP3
220
	default y
221
	select OMAP_PACKAGE_CBB
222

223 224 225
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
226
	default y
227 228 229
	select OMAP_PACKAGE_CUS
	select OMAP_MUX

230 231
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
232
	depends on ARCH_OMAP3
233
	default y
234
	select OMAP_PACKAGE_CBP
235

236 237
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
238
	default y
239
	depends on ARCH_OMAP4
240

D
David Anders 已提交
241 242 243 244 245
config MACH_OMAP4_PANDA
	bool "OMAP4 Panda Board"
	default y
	depends on ARCH_OMAP4

246 247 248 249 250 251 252
config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

253 254
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
255
	depends on ARCH_OMAP3
256 257 258 259 260 261 262 263 264
	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;

265 266 267
endmenu

endif