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