Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux...
[pandora-kernel.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_OMAP2PLUS
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_DEVKIT8000
62         bool "DEVKIT8000 board"
63         depends on ARCH_OMAP3
64         select OMAP_PACKAGE_CUS
65         select OMAP_MUX
66
67 config MACH_OMAP_LDP
68         bool "OMAP3 LDP board"
69         depends on ARCH_OMAP3
70         select OMAP_PACKAGE_CBB
71
72 config MACH_OVERO
73         bool "Gumstix Overo board"
74         depends on ARCH_OMAP3
75         select OMAP_PACKAGE_CBB
76
77 config MACH_OMAP3EVM
78         bool "OMAP 3530 EVM board"
79         depends on ARCH_OMAP3
80         select OMAP_PACKAGE_CBB
81
82 config MACH_OMAP3517EVM
83         bool "OMAP3517/ AM3517 EVM board"
84         depends on ARCH_OMAP3
85         select OMAP_PACKAGE_CBB
86
87 config MACH_OMAP3_PANDORA
88         bool "OMAP3 Pandora"
89         depends on ARCH_OMAP3
90         select OMAP_PACKAGE_CBB
91
92 config MACH_OMAP3_TOUCHBOOK
93         bool "OMAP3 Touch Book"
94         depends on ARCH_OMAP3
95         select BACKLIGHT_CLASS_DEVICE
96
97 config MACH_OMAP_3430SDP
98         bool "OMAP 3430 SDP board"
99         depends on ARCH_OMAP3
100         select OMAP_PACKAGE_CBB
101
102 config MACH_NOKIA_N800
103        bool
104
105 config MACH_NOKIA_N810
106        bool
107
108 config MACH_NOKIA_N810_WIMAX
109        bool
110
111 config MACH_NOKIA_N8X0
112         bool "Nokia N800/N810"
113         depends on ARCH_OMAP2420
114         select MACH_NOKIA_N800
115         select MACH_NOKIA_N810
116         select MACH_NOKIA_N810_WIMAX
117
118 config MACH_NOKIA_RX51
119         bool "Nokia RX-51 board"
120         depends on ARCH_OMAP3
121         select OMAP_PACKAGE_CBB
122
123 config MACH_OMAP_ZOOM2
124         bool "OMAP3 Zoom2 board"
125         depends on ARCH_OMAP3
126         select OMAP_PACKAGE_CBB
127
128 config MACH_OMAP_ZOOM3
129         bool "OMAP3630 Zoom3 board"
130         depends on ARCH_OMAP3
131         select OMAP_PACKAGE_CBP
132
133 config MACH_CM_T35
134         bool "CompuLab CM-T35 module"
135         depends on ARCH_OMAP3
136         select OMAP_PACKAGE_CUS
137         select OMAP_MUX
138
139 config MACH_IGEP0020
140         bool "IGEP v2 board"
141         depends on ARCH_OMAP3
142         select OMAP_PACKAGE_CBB
143
144 config MACH_OMAP_3630SDP
145         bool "OMAP3630 SDP board"
146         depends on ARCH_OMAP3
147         select OMAP_PACKAGE_CBP
148
149 config MACH_OMAP_4430SDP
150         bool "OMAP 4430 SDP board"
151         depends on ARCH_OMAP4
152
153 config OMAP3_EMU
154         bool "OMAP3 debugging peripherals"
155         depends on ARCH_OMAP3
156         select OC_ETM
157         help
158           Say Y here to enable debugging hardware of omap3
159
160 config OMAP3_SDRC_AC_TIMING
161         bool "Enable SDRC AC timing register changes"
162         depends on ARCH_OMAP3
163         default n
164         help
165           If you know that none of your system initiators will attempt to
166           access SDRAM during CORE DVFS, select Y here.  This should boost
167           SDRAM performance at lower CORE OPPs.  There are relatively few
168           users who will wish to say yes at this point - almost everyone will
169           wish to say no.  Selecting yes without understanding what is
170           going on could result in system crashes;
171