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 9config ARCH_OMAP15XX 10 depends on ARCH_OMAP1 11 default y 12 bool "OMAP15xx Based System" 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" 24 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX) 25 select OMAP_MCBSP 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 33 select OMAP_MCBSP 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 41# select GPIOEXPANDER_OMAP 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 49 select OMAP_MCBSP 50 help 51 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here 52 if you have such a board. 53 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 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 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 76config MACH_VOICEBLUE 77 bool "Voiceblue" 78 depends on ARCH_OMAP1 && ARCH_OMAP15XX 79 help 80 Support for Voiceblue GSM/VoIP gateway. Say Y here if you have 81 such a board. 82 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. To boot the kernel, you'll 88 need a PalmOS compatible bootloader; check out 89 http://palmtelinux.sourceforge.net/ for more information. 90 Say Y here if you have this PDA model, say N otherwise. 91 92config MACH_OMAP_PALMZ71 93 bool "Palm Zire71" 94 depends on ARCH_OMAP1 && ARCH_OMAP15XX 95 help 96 Support for the Palm Zire71 PDA. To boot the kernel, 97 you'll need a PalmOS compatible bootloader; check out 98 http://hackndev.com/palm/z71 for more informations. 99 Say Y here if you have such a PDA, say N otherwise. 100 101config MACH_OMAP_PALMTT 102 bool "Palm Tungsten|T" 103 depends on ARCH_OMAP1 && ARCH_OMAP15XX 104 help 105 Support for the Palm Tungsten|T PDA. To boot the kernel, you'll 106 need a PalmOS compatible bootloader (Garux); check out 107 http://www.hackndev.com/palm/tt/ for more information. 108 Say Y here if you have this PDA model, say N otherwise. 109 110config MACH_SX1 111 bool "Siemens SX1" 112 depends on ARCH_OMAP1 && ARCH_OMAP15XX 113 help 114 Support for the Siemens SX1 phone. To boot the kernel, 115 you'll need a SX1 compatible bootloader; check out 116 http://forum.oslik.ru and 117 http://www.handhelds.org/moin/moin.cgi/SiemensSX1 118 for more information. 119 Say Y here if you have such a phone, say NO otherwise. 120 121config MACH_NOKIA770 122 bool "Nokia 770" 123 depends on ARCH_OMAP1 && ARCH_OMAP16XX 124 help 125 Support for the Nokia 770 Internet Tablet. Say Y here if you 126 have such a device. 127 128config MACH_AMS_DELTA 129 bool "Amstrad E3 (Delta)" 130 depends on ARCH_OMAP1 && ARCH_OMAP15XX 131 help 132 Support for the Amstrad E3 (codename Delta) videophone. Say Y here 133 if you have such a device. 134 135config MACH_OMAP_GENERIC 136 bool "Generic OMAP board" 137 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX) 138 help 139 Support for generic OMAP-1510, 1610 or 1710 board with 140 no FPGA. Can be used as template for porting Linux to 141 custom OMAP boards. Say Y here if you have a custom 142 board. 143 144comment "OMAP CPU Speed" 145 depends on ARCH_OMAP1 146 147config OMAP_CLOCKS_SET_BY_BOOTLOADER 148 bool "OMAP clocks set by bootloader" 149 depends on ARCH_OMAP1 150 help 151 Enable this option to prevent the kernel from overriding the clock 152 frequencies programmed by bootloader for MPU, DSP, MMUs, TC, 153 internal LCD controller and MPU peripherals. 154 155config OMAP_ARM_216MHZ 156 bool "OMAP ARM 216 MHz CPU (1710 only)" 157 depends on ARCH_OMAP1 && ARCH_OMAP16XX 158 help 159 Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N. 160 161config OMAP_ARM_195MHZ 162 bool "OMAP ARM 195 MHz CPU" 163 depends on ARCH_OMAP1 && ARCH_OMAP730 164 help 165 Enable 195MHz clock for OMAP CPU. If unsure, say N. 166 167config OMAP_ARM_192MHZ 168 bool "OMAP ARM 192 MHz CPU" 169 depends on ARCH_OMAP1 && ARCH_OMAP16XX 170 help 171 Enable 192MHz clock for OMAP CPU. If unsure, say N. 172 173config OMAP_ARM_182MHZ 174 bool "OMAP ARM 182 MHz CPU" 175 depends on ARCH_OMAP1 && ARCH_OMAP730 176 help 177 Enable 182MHz clock for OMAP CPU. If unsure, say N. 178 179config OMAP_ARM_168MHZ 180 bool "OMAP ARM 168 MHz CPU" 181 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730) 182 help 183 Enable 168MHz clock for OMAP CPU. If unsure, say N. 184 185config OMAP_ARM_150MHZ 186 bool "OMAP ARM 150 MHz CPU" 187 depends on ARCH_OMAP1 && ARCH_OMAP15XX 188 help 189 Enable 150MHz clock for OMAP CPU. If unsure, say N. 190 191config OMAP_ARM_120MHZ 192 bool "OMAP ARM 120 MHz CPU" 193 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730) 194 help 195 Enable 120MHz clock for OMAP CPU. If unsure, say N. 196 197config OMAP_ARM_60MHZ 198 bool "OMAP ARM 60 MHz CPU" 199 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730) 200 default y 201 help 202 Enable 60MHz clock for OMAP CPU. If unsure, say Y. 203 204config OMAP_ARM_30MHZ 205 bool "OMAP ARM 30 MHz CPU" 206 depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730) 207 help 208 Enable 30MHz clock for OMAP CPU. If unsure, say N. 209 210