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