xref: /linux/arch/arm/mach-omap2/Kconfig (revision b52b14ef0d637718b7a648eb3949aef83ffc796d)
1comment "OMAP Core Type"
2	depends on ARCH_OMAP2
3
4config ARCH_OMAP2420
5	bool "OMAP2420 support"
6	depends on ARCH_OMAP2
7	select OMAP_DM_TIMER
8	select ARCH_OMAP_OTG
9
10config ARCH_OMAP2430
11	bool "OMAP2430 support"
12	depends on ARCH_OMAP2
13	select ARCH_OMAP_OTG
14
15config ARCH_OMAP3430
16	bool "OMAP3430 support"
17	depends on ARCH_OMAP3
18	select ARCH_OMAP_OTG
19
20config OMAP_PACKAGE_ZAF
21       bool
22
23config OMAP_PACKAGE_ZAC
24       bool
25
26config OMAP_PACKAGE_CBC
27       bool
28
29config OMAP_PACKAGE_CBB
30       bool
31
32config OMAP_PACKAGE_CUS
33       bool
34
35config OMAP_PACKAGE_CBP
36       bool
37
38comment "OMAP Board Type"
39	depends on ARCH_OMAP2PLUS
40
41config MACH_OMAP_GENERIC
42	bool "Generic OMAP board"
43	depends on ARCH_OMAP2
44
45config MACH_OMAP2_TUSB6010
46	bool
47	depends on ARCH_OMAP2 && ARCH_OMAP2420
48	default y if MACH_NOKIA_N8X0
49
50config MACH_OMAP_H4
51	bool "OMAP 2420 H4 board"
52	depends on ARCH_OMAP2
53	select OMAP_PACKAGE_ZAF
54	select OMAP_DEBUG_DEVICES
55
56config MACH_OMAP_APOLLON
57	bool "OMAP 2420 Apollon board"
58	depends on ARCH_OMAP2
59	select OMAP_PACKAGE_ZAC
60
61config MACH_OMAP_2430SDP
62	bool "OMAP 2430 SDP board"
63	depends on ARCH_OMAP2
64
65config MACH_OMAP3_BEAGLE
66	bool "OMAP3 BEAGLE board"
67	depends on ARCH_OMAP3
68	select OMAP_PACKAGE_CBB
69
70config MACH_DEVKIT8000
71	bool "DEVKIT8000 board"
72	depends on ARCH_OMAP3
73	select OMAP_PACKAGE_CUS
74	select OMAP_MUX
75
76config MACH_OMAP_LDP
77	bool "OMAP3 LDP board"
78	depends on ARCH_OMAP3
79	select OMAP_PACKAGE_CBB
80
81config MACH_OVERO
82	bool "Gumstix Overo board"
83	depends on ARCH_OMAP3
84	select OMAP_PACKAGE_CBB
85
86config MACH_OMAP3EVM
87	bool "OMAP 3530 EVM board"
88	depends on ARCH_OMAP3
89	select OMAP_PACKAGE_CBB
90
91config MACH_OMAP3517EVM
92	bool "OMAP3517/ AM3517 EVM board"
93	depends on ARCH_OMAP3
94	select OMAP_PACKAGE_CBB
95
96config MACH_OMAP3_PANDORA
97	bool "OMAP3 Pandora"
98	depends on ARCH_OMAP3
99	select OMAP_PACKAGE_CBB
100
101config MACH_OMAP3_TOUCHBOOK
102	bool "OMAP3 Touch Book"
103	depends on ARCH_OMAP3
104	select BACKLIGHT_CLASS_DEVICE
105
106config MACH_OMAP_3430SDP
107	bool "OMAP 3430 SDP board"
108	depends on ARCH_OMAP3
109	select OMAP_PACKAGE_CBB
110
111config MACH_NOKIA_N800
112       bool
113
114config MACH_NOKIA_N810
115       bool
116
117config MACH_NOKIA_N810_WIMAX
118       bool
119
120config MACH_NOKIA_N8X0
121	bool "Nokia N800/N810"
122	depends on ARCH_OMAP2420
123	select MACH_NOKIA_N800
124	select MACH_NOKIA_N810
125	select MACH_NOKIA_N810_WIMAX
126
127config MACH_NOKIA_RX51
128	bool "Nokia RX-51 board"
129	depends on ARCH_OMAP3
130	select OMAP_PACKAGE_CBB
131
132config MACH_OMAP_ZOOM2
133	bool "OMAP3 Zoom2 board"
134	depends on ARCH_OMAP3
135	select OMAP_PACKAGE_CBB
136
137config MACH_OMAP_ZOOM3
138	bool "OMAP3630 Zoom3 board"
139	depends on ARCH_OMAP3
140	select OMAP_PACKAGE_CBP
141
142config MACH_CM_T35
143	bool "CompuLab CM-T35 module"
144	depends on ARCH_OMAP3
145	select OMAP_PACKAGE_CUS
146	select OMAP_MUX
147
148config MACH_IGEP0020
149	bool "IGEP v2 board"
150	depends on ARCH_OMAP3
151	select OMAP_PACKAGE_CBB
152
153config MACH_SBC3530
154	bool "OMAP3 SBC STALKER board"
155	depends on ARCH_OMAP3
156	select OMAP_PACKAGE_CUS
157	select OMAP_MUX
158
159config MACH_OMAP_3630SDP
160	bool "OMAP3630 SDP board"
161	depends on ARCH_OMAP3
162	select OMAP_PACKAGE_CBP
163
164config MACH_OMAP_4430SDP
165	bool "OMAP 4430 SDP board"
166	depends on ARCH_OMAP4
167
168config OMAP3_EMU
169	bool "OMAP3 debugging peripherals"
170	depends on ARCH_OMAP3
171	select OC_ETM
172	help
173	  Say Y here to enable debugging hardware of omap3
174
175config OMAP3_SDRC_AC_TIMING
176	bool "Enable SDRC AC timing register changes"
177	depends on ARCH_OMAP3
178	default n
179	help
180	  If you know that none of your system initiators will attempt to
181	  access SDRAM during CORE DVFS, select Y here.  This should boost
182	  SDRAM performance at lower CORE OPPs.  There are relatively few
183	  users who will wish to say yes at this point - almost everyone will
184	  wish to say no.  Selecting yes without understanding what is
185	  going on could result in system crashes;
186
187