misc doc and kconfig typos
[deliverable/linux.git] / arch / arm / mach-omap1 / Kconfig
CommitLineData
b288f75f
TL
1comment "OMAP Core Type"
2 depends on ARCH_OMAP1
3
4config ARCH_OMAP730
5 depends on ARCH_OMAP1
6 bool "OMAP730 Based System"
7 select ARCH_OMAP_OTG
8
3179a019 9config ARCH_OMAP15XX
b288f75f
TL
10 depends on ARCH_OMAP1
11 default y
3179a019 12 bool "OMAP15xx Based System"
b288f75f
TL
13
14config ARCH_OMAP16XX
15 depends on ARCH_OMAP1
16 bool "OMAP16xx Based System"
17 select ARCH_OMAP_OTG
18
19comment "OMAP Board Type"
20 depends on ARCH_OMAP1
21
22config MACH_OMAP_INNOVATOR
23 bool "TI Innovator"
3179a019 24 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
b288f75f
TL
25 help
26 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
27 have such a board.
28
29config MACH_OMAP_H2
30 bool "TI H2 Support"
31 depends on ARCH_OMAP1 && ARCH_OMAP16XX
32 help
33 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
34 a board.
35
36config MACH_OMAP_H3
37 bool "TI H3 Support"
38 depends on ARCH_OMAP1 && ARCH_OMAP16XX
39 help
40 TI OMAP 1710 H3 board support. Say Y here if you have such
41 a board.
42
43config MACH_OMAP_OSK
44 bool "TI OSK Support"
45 depends on ARCH_OMAP1 && ARCH_OMAP16XX
8c1bc04e 46 select TPS65010
b288f75f
TL
47 help
48 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
49 if you have such a board.
50
7c38cf02
TL
51config OMAP_OSK_MISTRAL
52 bool "Mistral QVGA board Support"
53 depends on MACH_OMAP_OSK
54 help
55 The OSK supports an optional add-on board with a Quarter-VGA
56 touchscreen, PDA-ish buttons, a resume button, bicolor LED,
57 and camera connector. Say Y here if you have this board.
58
b288f75f
TL
59config MACH_OMAP_PERSEUS2
60 bool "TI Perseus2"
61 depends on ARCH_OMAP1 && ARCH_OMAP730
62 help
63 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
64 a board.
65
495f71db
BS
66config MACH_OMAP_FSAMPLE
67 bool "TI F-Sample"
68 depends on ARCH_OMAP1 && ARCH_OMAP730
69 help
70 Support for TI OMAP 850 F-Sample board. Say Y here if you have such
71 a board.
72
b288f75f
TL
73config MACH_VOICEBLUE
74 bool "Voiceblue"
3179a019 75 depends on ARCH_OMAP1 && ARCH_OMAP15XX
b288f75f
TL
76 help
77 Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
78 such a board.
79
3179a019
TL
80config MACH_OMAP_PALMTE
81 bool "Palm Tungsten E"
82 depends on ARCH_OMAP1 && ARCH_OMAP15XX
83 help
84 Support for the Palm Tungsten E PDA. Currently only the LCD panel
85 is supported. To boot the kernel, you'll need a PalmOS compatible
86 bootloader; check out http://palmtelinux.sourceforge.net for more
a982ac06 87 information.
3179a019
TL
88 Say Y here if you have such a PDA, say NO otherwise.
89
9b6553cd
TL
90config MACH_NOKIA770
91 bool "Nokia 770"
92 depends on ARCH_OMAP1 && ARCH_OMAP16XX
93 help
94 Support for the Nokia 770 Internet Tablet. Say Y here if you
95 have such a device.
96
97config MACH_AMS_DELTA
98 bool "Amstrad E3 (Delta)"
99 depends on ARCH_OMAP1 && ARCH_OMAP15XX
100 help
101 Support for the Amstrad E3 (codename Delta) videophone. Say Y here
102 if you have such a device.
103
b288f75f
TL
104config MACH_OMAP_GENERIC
105 bool "Generic OMAP board"
3179a019 106 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
b288f75f
TL
107 help
108 Support for generic OMAP-1510, 1610 or 1710 board with
109 no FPGA. Can be used as template for porting Linux to
110 custom OMAP boards. Say Y here if you have a custom
111 board.
112
113comment "OMAP CPU Speed"
114 depends on ARCH_OMAP1
115
116config OMAP_CLOCKS_SET_BY_BOOTLOADER
117 bool "OMAP clocks set by bootloader"
118 depends on ARCH_OMAP1
119 help
120 Enable this option to prevent the kernel from overriding the clock
121 frequencies programmed by bootloader for MPU, DSP, MMUs, TC,
122 internal LCD controller and MPU peripherals.
123
124config OMAP_ARM_216MHZ
125 bool "OMAP ARM 216 MHz CPU (1710 only)"
126 depends on ARCH_OMAP1 && ARCH_OMAP16XX
127 help
128 Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N.
129
130config OMAP_ARM_195MHZ
131 bool "OMAP ARM 195 MHz CPU"
132 depends on ARCH_OMAP1 && ARCH_OMAP730
133 help
134 Enable 195MHz clock for OMAP CPU. If unsure, say N.
135
136config OMAP_ARM_192MHZ
137 bool "OMAP ARM 192 MHz CPU"
138 depends on ARCH_OMAP1 && ARCH_OMAP16XX
139 help
140 Enable 192MHz clock for OMAP CPU. If unsure, say N.
141
142config OMAP_ARM_182MHZ
143 bool "OMAP ARM 182 MHz CPU"
144 depends on ARCH_OMAP1 && ARCH_OMAP730
145 help
146 Enable 182MHz clock for OMAP CPU. If unsure, say N.
147
148config OMAP_ARM_168MHZ
149 bool "OMAP ARM 168 MHz CPU"
3179a019 150 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730)
b288f75f
TL
151 help
152 Enable 168MHz clock for OMAP CPU. If unsure, say N.
153
154config OMAP_ARM_150MHZ
155 bool "OMAP ARM 150 MHz CPU"
3179a019 156 depends on ARCH_OMAP1 && ARCH_OMAP15XX
b288f75f
TL
157 help
158 Enable 150MHz clock for OMAP CPU. If unsure, say N.
159
160config OMAP_ARM_120MHZ
161 bool "OMAP ARM 120 MHz CPU"
3179a019 162 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730)
b288f75f
TL
163 help
164 Enable 120MHz clock for OMAP CPU. If unsure, say N.
165
166config OMAP_ARM_60MHZ
167 bool "OMAP ARM 60 MHz CPU"
3179a019 168 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730)
b288f75f
TL
169 default y
170 help
171 Enable 60MHz clock for OMAP CPU. If unsure, say Y.
172
173config OMAP_ARM_30MHZ
174 bool "OMAP ARM 30 MHz CPU"
3179a019 175 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730)
b288f75f
TL
176 help
177 Enable 30MHz clock for OMAP CPU. If unsure, say N.
178
This page took 0.175007 seconds and 5 git commands to generate.