ARM: OMAP: Fix gpt2_ick clock bit
[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
46 help
47 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
48 if you have such a board.
49
7c38cf02
TL
50config OMAP_OSK_MISTRAL
51 bool "Mistral QVGA board Support"
52 depends on MACH_OMAP_OSK
53 help
54 The OSK supports an optional add-on board with a Quarter-VGA
55 touchscreen, PDA-ish buttons, a resume button, bicolor LED,
56 and camera connector. Say Y here if you have this board.
57
b288f75f
TL
58config MACH_OMAP_PERSEUS2
59 bool "TI Perseus2"
60 depends on ARCH_OMAP1 && ARCH_OMAP730
61 help
62 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
63 a board.
64
65config MACH_VOICEBLUE
66 bool "Voiceblue"
3179a019 67 depends on ARCH_OMAP1 && ARCH_OMAP15XX
b288f75f
TL
68 help
69 Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
70 such a board.
71
3179a019
TL
72config MACH_OMAP_PALMTE
73 bool "Palm Tungsten E"
74 depends on ARCH_OMAP1 && ARCH_OMAP15XX
75 help
76 Support for the Palm Tungsten E PDA. Currently only the LCD panel
77 is supported. To boot the kernel, you'll need a PalmOS compatible
78 bootloader; check out http://palmtelinux.sourceforge.net for more
79 informations.
80 Say Y here if you have such a PDA, say NO otherwise.
81
9b6553cd
TL
82config MACH_NOKIA770
83 bool "Nokia 770"
84 depends on ARCH_OMAP1 && ARCH_OMAP16XX
85 help
86 Support for the Nokia 770 Internet Tablet. Say Y here if you
87 have such a device.
88
89config MACH_AMS_DELTA
90 bool "Amstrad E3 (Delta)"
91 depends on ARCH_OMAP1 && ARCH_OMAP15XX
92 help
93 Support for the Amstrad E3 (codename Delta) videophone. Say Y here
94 if you have such a device.
95
b288f75f
TL
96config MACH_OMAP_GENERIC
97 bool "Generic OMAP board"
3179a019 98 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
b288f75f
TL
99 help
100 Support for generic OMAP-1510, 1610 or 1710 board with
101 no FPGA. Can be used as template for porting Linux to
102 custom OMAP boards. Say Y here if you have a custom
103 board.
104
105comment "OMAP CPU Speed"
106 depends on ARCH_OMAP1
107
108config OMAP_CLOCKS_SET_BY_BOOTLOADER
109 bool "OMAP clocks set by bootloader"
110 depends on ARCH_OMAP1
111 help
112 Enable this option to prevent the kernel from overriding the clock
113 frequencies programmed by bootloader for MPU, DSP, MMUs, TC,
114 internal LCD controller and MPU peripherals.
115
116config OMAP_ARM_216MHZ
117 bool "OMAP ARM 216 MHz CPU (1710 only)"
118 depends on ARCH_OMAP1 && ARCH_OMAP16XX
119 help
120 Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N.
121
122config OMAP_ARM_195MHZ
123 bool "OMAP ARM 195 MHz CPU"
124 depends on ARCH_OMAP1 && ARCH_OMAP730
125 help
126 Enable 195MHz clock for OMAP CPU. If unsure, say N.
127
128config OMAP_ARM_192MHZ
129 bool "OMAP ARM 192 MHz CPU"
130 depends on ARCH_OMAP1 && ARCH_OMAP16XX
131 help
132 Enable 192MHz clock for OMAP CPU. If unsure, say N.
133
134config OMAP_ARM_182MHZ
135 bool "OMAP ARM 182 MHz CPU"
136 depends on ARCH_OMAP1 && ARCH_OMAP730
137 help
138 Enable 182MHz clock for OMAP CPU. If unsure, say N.
139
140config OMAP_ARM_168MHZ
141 bool "OMAP ARM 168 MHz CPU"
3179a019 142 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730)
b288f75f
TL
143 help
144 Enable 168MHz clock for OMAP CPU. If unsure, say N.
145
146config OMAP_ARM_150MHZ
147 bool "OMAP ARM 150 MHz CPU"
3179a019 148 depends on ARCH_OMAP1 && ARCH_OMAP15XX
b288f75f
TL
149 help
150 Enable 150MHz clock for OMAP CPU. If unsure, say N.
151
152config OMAP_ARM_120MHZ
153 bool "OMAP ARM 120 MHz CPU"
3179a019 154 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730)
b288f75f
TL
155 help
156 Enable 120MHz clock for OMAP CPU. If unsure, say N.
157
158config OMAP_ARM_60MHZ
159 bool "OMAP ARM 60 MHz CPU"
3179a019 160 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730)
b288f75f
TL
161 default y
162 help
163 Enable 60MHz clock for OMAP CPU. If unsure, say Y.
164
165config OMAP_ARM_30MHZ
166 bool "OMAP ARM 30 MHz CPU"
3179a019 167 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730)
b288f75f
TL
168 help
169 Enable 30MHz clock for OMAP CPU. If unsure, say N.
170
This page took 0.120783 seconds and 5 git commands to generate.