Kconfig 4.4 KB
Newer Older
1 2 3 4
if ARCH_OMAP2PLUS

menu "TI OMAP2/3/4 Specific Features"

5 6 7
config ARCH_OMAP2
	bool "TI OMAP2"
	depends on ARCH_OMAP2PLUS
8
	default y
9 10 11 12 13
	select CPU_V6

config ARCH_OMAP3
	bool "TI OMAP3"
	depends on ARCH_OMAP2PLUS
14
	default y
15 16 17 18 19 20
	select CPU_V7
	select USB_ARCH_HAS_EHCI
	select ARM_L1_CACHE_SHIFT_6

config ARCH_OMAP4
	bool "TI OMAP4"
21
	default y
22 23 24 25
	depends on ARCH_OMAP2PLUS
	select CPU_V7
	select ARM_GIC

26 27 28 29 30
comment "OMAP Core Type"
	depends on ARCH_OMAP2

config ARCH_OMAP2420
	bool "OMAP2420 support"
31
	depends on ARCH_OMAP2
32
	default y
33
	select OMAP_DM_TIMER
34
	select ARCH_OMAP_OTG
35

36 37
config ARCH_OMAP2430
	bool "OMAP2430 support"
38
	depends on ARCH_OMAP2
39
	default y
40
	select ARCH_OMAP_OTG
41

42 43
config ARCH_OMAP3430
	bool "OMAP3430 support"
44
	depends on ARCH_OMAP3
45
	default y
46 47
	select ARCH_OMAP_OTG

T
Tony Lindgren 已提交
48 49 50 51 52 53
config OMAP_PACKAGE_ZAF
       bool

config OMAP_PACKAGE_ZAC
       bool

54 55 56 57 58 59 60 61 62
config OMAP_PACKAGE_CBC
       bool

config OMAP_PACKAGE_CBB
       bool

config OMAP_PACKAGE_CUS
       bool

63 64 65
config OMAP_PACKAGE_CBP
       bool

66
comment "OMAP Board Type"
67
	depends on ARCH_OMAP2PLUS
68 69 70

config MACH_OMAP_GENERIC
	bool "Generic OMAP board"
71
	depends on ARCH_OMAP2
72
	default y
73

K
Kalle Valo 已提交
74 75 76 77 78
config MACH_OMAP2_TUSB6010
	bool
	depends on ARCH_OMAP2 && ARCH_OMAP2420
	default y if MACH_NOKIA_N8X0

79 80
config MACH_OMAP_H4
	bool "OMAP 2420 H4 board"
81
	depends on ARCH_OMAP2
82
	default y
83
	select OMAP_PACKAGE_ZAF
84
	select OMAP_DEBUG_DEVICES
85

86 87
config MACH_OMAP_APOLLON
	bool "OMAP 2420 Apollon board"
88
	depends on ARCH_OMAP2
89
	default y
90
	select OMAP_PACKAGE_ZAC
91 92 93

config MACH_OMAP_2430SDP
	bool "OMAP 2430 SDP board"
94
	depends on ARCH_OMAP2
95
	default y
96
	select OMAP_PACKAGE_ZAC
97

98 99
config MACH_OMAP3_BEAGLE
	bool "OMAP3 BEAGLE board"
100
	depends on ARCH_OMAP3
101
	default y
102
	select OMAP_PACKAGE_CBB
103

104
config MACH_DEVKIT8000
105 106
	bool "DEVKIT8000 board"
	depends on ARCH_OMAP3
107
	default y
108 109
	select OMAP_PACKAGE_CUS
	select OMAP_MUX
110

111 112
config MACH_OMAP_LDP
	bool "OMAP3 LDP board"
113
	depends on ARCH_OMAP3
114
	default y
115
	select OMAP_PACKAGE_CBB
116

117 118
config MACH_OVERO
	bool "Gumstix Overo board"
119
	depends on ARCH_OMAP3
120
	default y
121
	select OMAP_PACKAGE_CBB
122

123 124
config MACH_OMAP3EVM
	bool "OMAP 3530 EVM board"
125
	depends on ARCH_OMAP3
126
	default y
127
	select OMAP_PACKAGE_CBB
128

129 130
config MACH_OMAP3517EVM
	bool "OMAP3517/ AM3517 EVM board"
131
	depends on ARCH_OMAP3
132
	default y
133
	select OMAP_PACKAGE_CBB
134

135 136
config MACH_OMAP3_PANDORA
	bool "OMAP3 Pandora"
137
	depends on ARCH_OMAP3
138
	default y
139
	select OMAP_PACKAGE_CBB
140

141 142
config MACH_OMAP3_TOUCHBOOK
	bool "OMAP3 Touch Book"
143
	depends on ARCH_OMAP3
144
	default y
145 146
	select BACKLIGHT_CLASS_DEVICE

147 148
config MACH_OMAP_3430SDP
	bool "OMAP 3430 SDP board"
149
	depends on ARCH_OMAP3
150
	default y
151
	select OMAP_PACKAGE_CBB
152

T
Tony Lindgren 已提交
153 154 155 156 157 158 159 160 161
config MACH_NOKIA_N800
       bool

config MACH_NOKIA_N810
       bool

config MACH_NOKIA_N810_WIMAX
       bool

162 163 164
config MACH_NOKIA_N8X0
	bool "Nokia N800/N810"
	depends on ARCH_OMAP2420
165
	default y
166
	select OMAP_PACKAGE_ZAC
T
Tony Lindgren 已提交
167 168 169
	select MACH_NOKIA_N800
	select MACH_NOKIA_N810
	select MACH_NOKIA_N810_WIMAX
170

171 172
config MACH_NOKIA_RX51
	bool "Nokia RX-51 board"
173
	depends on ARCH_OMAP3
174
	default y
175
	select OMAP_PACKAGE_CBB
176 177 178

config MACH_OMAP_ZOOM2
	bool "OMAP3 Zoom2 board"
179
	depends on ARCH_OMAP3
180
	default y
181
	select OMAP_PACKAGE_CBB
182

183 184
config MACH_OMAP_ZOOM3
	bool "OMAP3630 Zoom3 board"
185
	depends on ARCH_OMAP3
186
	default y
187
	select OMAP_PACKAGE_CBP
188

189 190
config MACH_CM_T35
	bool "CompuLab CM-T35 module"
191
	depends on ARCH_OMAP3
192
	default y
193
	select OMAP_PACKAGE_CUS
194
	select OMAP_MUX
195

196
config MACH_IGEP0020
197
	bool "IGEP v2 board"
198
	depends on ARCH_OMAP3
199
	default y
200
	select OMAP_PACKAGE_CBB
201

202 203 204
config MACH_SBC3530
	bool "OMAP3 SBC STALKER board"
	depends on ARCH_OMAP3
205
	default y
206 207 208
	select OMAP_PACKAGE_CUS
	select OMAP_MUX

209 210
config MACH_OMAP_3630SDP
	bool "OMAP3630 SDP board"
211
	depends on ARCH_OMAP3
212
	default y
213
	select OMAP_PACKAGE_CBP
214

215 216
config MACH_OMAP_4430SDP
	bool "OMAP 4430 SDP board"
217
	default y
218
	depends on ARCH_OMAP4
219 220 221 222 223 224 225 226

config OMAP3_EMU
	bool "OMAP3 debugging peripherals"
	depends on ARCH_OMAP3
	select OC_ETM
	help
	  Say Y here to enable debugging hardware of omap3

227 228
config OMAP3_SDRC_AC_TIMING
	bool "Enable SDRC AC timing register changes"
229
	depends on ARCH_OMAP3
230 231 232 233 234 235 236 237 238
	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;

239 240 241
endmenu

endif