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