3 menu "TI OMAP Implementations"
5 comment "OMAP Core Type"
9 bool "OMAP730 Based System"
15 bool "OMAP1510 Based System"
19 bool "OMAP16XX Based System"
25 comment "OMAP Board Type"
27 config MACH_OMAP_INNOVATOR
29 depends on ARCH_OMAP1510 || ARCH_OMAP16XX
31 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
36 depends on ARCH_OMAP16XX
38 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
43 depends on ARCH_OMAP16XX
45 TI OMAP 1710 H3 board support. Say Y here if you have such
50 depends on ARCH_OMAP16XX
52 TI OMAP 1610 H4 board support. Say Y here if you have such
57 depends on ARCH_OMAP16XX
59 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
60 if you have such a board.
62 config MACH_OMAP_PERSEUS2
64 depends on ARCH_OMAP730
66 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
71 depends on ARCH_OMAP1510
73 Support for Voiceblue GSM/VoIP gateway. Say Y here if you have such
78 depends on ARCH_OMAP1510
80 Support for NetStar PBX. Say Y here if you have such a board.
82 config MACH_OMAP_GENERIC
83 bool "Generic OMAP board"
84 depends on ARCH_OMAP1510 || ARCH_OMAP16XX
86 Support for generic OMAP-1510, 1610 or 1710 board with
87 no FPGA. Can be used as template for porting Linux to
88 custom OMAP boards. Say Y here if you have a custom
91 comment "OMAP Feature Selections"
94 # bool "OMAP bootloader information passing"
95 # depends on ARCH_OMAP
98 # Say Y, if you have a bootloader which passes information
99 # about your board and its peripheral configuration.
102 bool "OMAP multiplexing support"
106 Pin multiplexing support for OMAP boards. If your bootloader
107 sets the multiplexing correctly, say N. Otherwise, or if unsure,
110 config OMAP_MUX_DEBUG
111 bool "Multiplexing debug output"
115 Makes the multiplexing functions print out a lot of debug info.
116 This is useful if you want to find out the correct values of the
117 multiplexing registers.
119 config OMAP_MUX_WARNINGS
120 bool "Warn about pins the bootloader didn't set up"
124 Choose Y here to warn whenever driver initialization logic needs
125 to change the pin multiplexing setup. When there are no warnings
126 printed, it's safe to deselect OMAP_MUX for your product.
129 prompt "System timer"
130 default OMAP_MPU_TIMER
132 config OMAP_MPU_TIMER
135 Select this option if you want to use the OMAP mpu timer. This
136 timer provides more intra-tick resolution than the 32KHz timer,
137 but consumes more power.
139 config OMAP_32K_TIMER
140 bool "Use 32KHz timer"
141 depends on ARCH_OMAP16XX
143 Select this option if you want to enable the OMAP 32KHz timer.
144 This timer saves power compared to the OMAP_MPU_TIMER, and has
145 support for no tick during idle. The 32KHz timer provides less
146 intra-tick resolution than OMAP_MPU_TIMER. The 32KHz timer is
147 currently only available for OMAP-16xx.
151 config OMAP_32K_TIMER_HZ
152 int "Kernel internal timer frequency for 32KHz timer"
154 depends on OMAP_32K_TIMER
157 Kernel internal timer frequency should be a divisor of 32768,
161 prompt "Low-level debug console UART"
163 default OMAP_LL_DEBUG_UART1
165 config OMAP_LL_DEBUG_UART1
168 config OMAP_LL_DEBUG_UART2
171 config OMAP_LL_DEBUG_UART3
176 config OMAP_ARM_195MHZ
177 bool "OMAP ARM 195 MHz CPU"
178 depends on ARCH_OMAP730
180 Enable 195MHz clock for OMAP CPU. If unsure, say N.
182 config OMAP_ARM_192MHZ
183 bool "OMAP ARM 192 MHz CPU"
184 depends on ARCH_OMAP16XX
186 Enable 192MHz clock for OMAP CPU. If unsure, say N.
188 config OMAP_ARM_182MHZ
189 bool "OMAP ARM 182 MHz CPU"
190 depends on ARCH_OMAP730
192 Enable 182MHz clock for OMAP CPU. If unsure, say N.
194 config OMAP_ARM_168MHZ
195 bool "OMAP ARM 168 MHz CPU"
196 depends on ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730
198 Enable 168MHz clock for OMAP CPU. If unsure, say N.
200 config OMAP_ARM_120MHZ
201 bool "OMAP ARM 120 MHz CPU"
202 depends on ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730
204 Enable 120MHz clock for OMAP CPU. If unsure, say N.
206 config OMAP_ARM_60MHZ
207 bool "OMAP ARM 60 MHz CPU"
208 depends on ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730
211 Enable 60MHz clock for OMAP CPU. If unsure, say Y.
213 config OMAP_ARM_30MHZ
214 bool "OMAP ARM 30 MHz CPU"
215 depends on ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730
217 Enable 30MHz clock for OMAP CPU. If unsure, say N.