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