1if ARCH_OMAP1 2 3menu "TI OMAP1 specific features" 4 5comment "OMAP Core Type" 6 depends on ARCH_OMAP1 7 8config ARCH_OMAP730 9 depends on ARCH_OMAP1 10 bool "OMAP730 Based System" 11 select CPU_ARM926T 12 select ARCH_OMAP_OTG 13 14config ARCH_OMAP850 15 depends on ARCH_OMAP1 16 bool "OMAP850 Based System" 17 select CPU_ARM926T 18 select ARCH_OMAP_OTG 19 20config ARCH_OMAP15XX 21 depends on ARCH_OMAP1 22 default y 23 bool "OMAP15xx Based System" 24 select CPU_ARM925T 25 26config ARCH_OMAP16XX 27 depends on ARCH_OMAP1 28 bool "OMAP16xx Based System" 29 select CPU_ARM926T 30 select ARCH_OMAP_OTG 31 32comment "OMAP Board Type" 33 depends on ARCH_OMAP1 34 35config MACH_OMAP_INNOVATOR 36 bool "TI Innovator" 37 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX) 38 select OMAP_MCBSP 39 help 40 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you 41 have such a board. 42 43config MACH_OMAP_H2 44 bool "TI H2 Support" 45 depends on ARCH_OMAP1 && ARCH_OMAP16XX 46 select OMAP_MCBSP 47 help 48 TI OMAP 1610/1611B H2 board support. Say Y here if you have such 49 a board. 50 51config MACH_OMAP_H3 52 bool "TI H3 Support" 53 depends on ARCH_OMAP1 && ARCH_OMAP16XX 54 help 55 TI OMAP 1710 H3 board support. Say Y here if you have such 56 a board. 57 58config MACH_OMAP_HTCWIZARD 59 bool "HTC Wizard" 60 depends on ARCH_OMAP850 61 help 62 HTC Wizard smartphone support (AKA QTEK 9100, ...) 63 64config MACH_HERALD 65 bool "HTC Herald" 66 depends on ARCH_OMAP850 67 help 68 HTC Herald smartphone support (AKA T-Mobile Wing, ...) 69 70config MACH_OMAP_OSK 71 bool "TI OSK Support" 72 depends on ARCH_OMAP1 && ARCH_OMAP16XX 73 select OMAP_MCBSP 74 help 75 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here 76 if you have such a board. 77 78config OMAP_OSK_MISTRAL 79 bool "Mistral QVGA board Support" 80 depends on MACH_OMAP_OSK 81 help 82 The OSK supports an optional add-on board with a Quarter-VGA 83 touchscreen, PDA-ish buttons, a resume button, bicolor LED, 84 and camera connector. Say Y here if you have this board. 85 86config MACH_OMAP_PERSEUS2 87 bool "TI Perseus2" 88 depends on ARCH_OMAP1 && ARCH_OMAP730 89 help 90 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such 91 a board. 92 93config MACH_OMAP_FSAMPLE 94 bool "TI F-Sample" 95 depends on ARCH_OMAP1 && ARCH_OMAP730 96 help 97 Support for TI OMAP 850 F-Sample board. Say Y here if you have such 98 a board. 99 100config MACH_VOICEBLUE 101 bool "Voiceblue" 102 depends on ARCH_OMAP1 && ARCH_OMAP15XX 103 help 104 Support for Voiceblue GSM/VoIP gateway. Say Y here if you have 105 such a board. 106 107config MACH_OMAP_PALMTE 108 bool "Palm Tungsten E" 109 depends on ARCH_OMAP1 && ARCH_OMAP15XX 110 help 111 Support for the Palm Tungsten E PDA. To boot the kernel, you'll 112 need a PalmOS compatible bootloader; check out 113 http://palmtelinux.sourceforge.net/ for more information. 114 Say Y here if you have this PDA model, say N otherwise. 115 116config MACH_OMAP_PALMZ71 117 bool "Palm Zire71" 118 depends on ARCH_OMAP1 && ARCH_OMAP15XX 119 help 120 Support for the Palm Zire71 PDA. To boot the kernel, 121 you'll need a PalmOS compatible bootloader; check out 122 http://hackndev.com/palm/z71 for more information. 123 Say Y here if you have such a PDA, say N otherwise. 124 125config MACH_OMAP_PALMTT 126 bool "Palm Tungsten|T" 127 depends on ARCH_OMAP1 && ARCH_OMAP15XX 128 help 129 Support for the Palm Tungsten|T PDA. To boot the kernel, you'll 130 need a PalmOS compatible bootloader (Garux); check out 131 http://www.hackndev.com/palm/tt/ for more information. 132 Say Y here if you have this PDA model, say N otherwise. 133 134config MACH_SX1 135 bool "Siemens SX1" 136 depends on ARCH_OMAP1 && ARCH_OMAP15XX 137 help 138 Support for the Siemens SX1 phone. To boot the kernel, 139 you'll need a SX1 compatible bootloader; check out 140 http://forum.oslik.ru and 141 http://www.handhelds.org/moin/moin.cgi/SiemensSX1 142 for more information. 143 Say Y here if you have such a phone, say NO otherwise. 144 145config MACH_NOKIA770 146 bool "Nokia 770" 147 depends on ARCH_OMAP1 && ARCH_OMAP16XX 148 help 149 Support for the Nokia 770 Internet Tablet. Say Y here if you 150 have such a device. 151 152config MACH_AMS_DELTA 153 bool "Amstrad E3 (Delta)" 154 depends on ARCH_OMAP1 && ARCH_OMAP15XX 155 help 156 Support for the Amstrad E3 (codename Delta) videophone. Say Y here 157 if you have such a device. 158 159config AMS_DELTA_FIQ 160 bool "Fast Interrupt Request (FIQ) support for the E3" 161 depends on MACH_AMS_DELTA 162 select FIQ 163 help 164 Provide a FIQ handler for the E3. 165 This allows for fast handling of interrupts generated 166 by the clock line of the E3 mailboard (or a PS/2 keyboard) 167 connected to the GPIO based external keyboard port. 168 169config MACH_OMAP_GENERIC 170 bool "Generic OMAP board" 171 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX) 172 help 173 Support for generic OMAP-1510, 1610 or 1710 board with 174 no FPGA. Can be used as template for porting Linux to 175 custom OMAP boards. Say Y here if you have a custom 176 board. 177 178comment "OMAP CPU Speed" 179 depends on ARCH_OMAP1 180 181config OMAP_CLOCKS_SET_BY_BOOTLOADER 182 bool "OMAP clocks set by bootloader" 183 depends on ARCH_OMAP1 184 help 185 Enable this option to prevent the kernel from overriding the clock 186 frequencies programmed by bootloader for MPU, DSP, MMUs, TC, 187 internal LCD controller and MPU peripherals. 188 189config OMAP_ARM_216MHZ 190 bool "OMAP ARM 216 MHz CPU (1710 only)" 191 depends on ARCH_OMAP1 && ARCH_OMAP16XX 192 help 193 Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N. 194 195config OMAP_ARM_195MHZ 196 bool "OMAP ARM 195 MHz CPU" 197 depends on ARCH_OMAP1 && (ARCH_OMAP730 || ARCH_OMAP850) 198 help 199 Enable 195MHz clock for OMAP CPU. If unsure, say N. 200 201config OMAP_ARM_192MHZ 202 bool "OMAP ARM 192 MHz CPU" 203 depends on ARCH_OMAP1 && ARCH_OMAP16XX 204 help 205 Enable 192MHz clock for OMAP CPU. If unsure, say N. 206 207config OMAP_ARM_182MHZ 208 bool "OMAP ARM 182 MHz CPU" 209 depends on ARCH_OMAP1 && (ARCH_OMAP730 || ARCH_OMAP850) 210 help 211 Enable 182MHz clock for OMAP CPU. If unsure, say N. 212 213config OMAP_ARM_168MHZ 214 bool "OMAP ARM 168 MHz CPU" 215 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850) 216 help 217 Enable 168MHz clock for OMAP CPU. If unsure, say N. 218 219config OMAP_ARM_150MHZ 220 bool "OMAP ARM 150 MHz CPU" 221 depends on ARCH_OMAP1 && ARCH_OMAP15XX 222 help 223 Enable 150MHz clock for OMAP CPU. If unsure, say N. 224 225config OMAP_ARM_120MHZ 226 bool "OMAP ARM 120 MHz CPU" 227 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850) 228 help 229 Enable 120MHz clock for OMAP CPU. If unsure, say N. 230 231config OMAP_ARM_96MHZ 232 bool "OMAP ARM 96 MHz CPU" 233 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850) 234 help 235 Enable 96MHz clock for OMAP CPU. If unsure, say N. 236 237config OMAP_ARM_60MHZ 238 bool "OMAP ARM 60 MHz CPU" 239 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850) 240 default y 241 help 242 Enable 60MHz clock for OMAP CPU. If unsure, say Y. 243 244config OMAP_ARM_30MHZ 245 bool "OMAP ARM 30 MHz CPU" 246 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850) 247 help 248 Enable 30MHz clock for OMAP CPU. If unsure, say N. 249 250endmenu 251 252endif 253