3 menu "TI OMAP Implementations"
5 comment "OMAP Core Type"
8 bool "OMAP730 Based System"
13 bool "OMAP1510 Based System"
15 select CPU_DCACHE_WRITETHROUGH
18 bool "OMAP1610 Based System"
22 bool "OMAP5912 Based System"
25 comment "OMAP Board Type"
27 config MACH_OMAP_INNOVATOR
30 depends on ARCH_OMAP1510 || ARCH_OMAP1610
32 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
37 depends on ARCH_OMAP1610
38 select MACH_OMAP_INNOVATOR
40 TI OMAP 1610 H2 board support. Say Y here if you have such
45 depends on ARCH_OMAP1610
47 TI OMAP 1610 H3 board support. Say Y here if you have such
52 depends on ARCH_OMAP1610
54 TI OMAP 1610 H4 board support. Say Y here if you have such
59 depends on ARCH_OMAP5912
61 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
62 if you have such a board.
64 config MACH_OMAP_PERSEUS2
66 depends on ARCH_OMAP730
71 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
74 config MACH_OMAP_GENERIC
75 bool "Generic OMAP board"
76 depends on ARCH_OMAP1510 || ARCH_OMAP1610
78 Support for generic OMAP-1510 or 1610 board with no
79 FPGA. Can be used as template for porting Linux to
80 custom OMAP boards. Say Y here if you have a custom
83 comment "OMAP Feature Selections"
86 # bool "OMAP bootloader information passing"
89 # Say Y, if you have a bootloader which passes information
90 # about your board and its peripheral configuration.
93 bool "OMAP multiplexing support"
96 Pin multiplexing support for OMAP boards. If your bootloader
97 sets the multiplexing correctly, say N. Otherwise, or if unsure,
100 config OMAP_MUX_DEBUG
101 bool "Multiplexing debug output"
105 Makes the multiplexing functions print out a lot of debug info.
106 This is useful if you want to find out the correct values of the
107 multiplexing registers.
110 prompt "Low-level debug console UART"
111 default OMAP_LL_DEBUG_UART1
113 config OMAP_LL_DEBUG_UART1
116 config OMAP_LL_DEBUG_UART2
119 config OMAP_LL_DEBUG_UART3
124 config OMAP_ARM_195MHZ
125 bool "OMAP ARM 195 MHz CPU"
126 depends on ARCH_OMAP730
128 Enable 195MHz clock for OMAP CPU. If unsure, say N.
130 config OMAP_ARM_192MHZ
131 bool "OMAP ARM 192 MHz CPU"
132 depends on ARCH_OMAP1610 || ARCH_OMAP5912
134 Enable 192MHz clock for OMAP CPU. If unsure, say N.
136 config OMAP_ARM_182MHZ
137 bool "OMAP ARM 182 MHz CPU"
138 depends on ARCH_OMAP730
140 Enable 182MHz clock for OMAP CPU. If unsure, say N.
142 config OMAP_ARM_168MHZ
143 bool "OMAP ARM 168 MHz CPU"
144 depends on ARCH_OMAP1510 || ARCH_OMAP1610 || ARCH_OMAP730 || ARCH_OMAP5912
146 Enable 168MHz clock for OMAP CPU. If unsure, say N.
148 config OMAP_ARM_120MHZ
149 bool "OMAP ARM 120 MHz CPU"
150 depends on ARCH_OMAP1510 || ARCH_OMAP1610 || ARCH_OMAP730
152 Enable 120MHz clock for OMAP CPU. If unsure, say N.
154 config OMAP_ARM_60MHZ
155 bool "OMAP ARM 60 MHz CPU"
156 depends on ARCH_OMAP1510 || ARCH_OMAP1610 || ARCH_OMAP730
159 Enable 60MHz clock for OMAP CPU. If unsure, say Y.
161 config OMAP_ARM_30MHZ
162 bool "OMAP ARM 30 MHz CPU"
163 depends on ARCH_OMAP1510 || ARCH_OMAP1610 || ARCH_OMAP730
165 Enable 30MHz clock for OMAP CPU. If unsure, say N.