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_OMAP1510 10 depends on ARCH_OMAP1 11 default y 12 bool "OMAP1510 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_OMAP1510 || ARCH_OMAP16XX) 25 help 26 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you 27 have such a board. 28 29config MACH_OMAP_H2 30 bool "TI H2 Support" 31 depends on ARCH_OMAP1 && ARCH_OMAP16XX 32 help 33 TI OMAP 1610/1611B H2 board support. Say Y here if you have such 34 a board. 35 36config MACH_OMAP_H3 37 bool "TI H3 Support" 38 depends on ARCH_OMAP1 && ARCH_OMAP16XX 39 help 40 TI OMAP 1710 H3 board support. Say Y here if you have such 41 a board. 42 43config MACH_OMAP_OSK 44 bool "TI OSK Support" 45 depends on ARCH_OMAP1 && ARCH_OMAP16XX 46 help 47 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here 48 if you have such a board. 49 50config OMAP_OSK_MISTRAL 51 bool "Mistral QVGA board Support" 52 depends on MACH_OMAP_OSK 53 help 54 The OSK supports an optional add-on board with a Quarter-VGA 55 touchscreen, PDA-ish buttons, a resume button, bicolor LED, 56 and camera connector. Say Y here if you have this board. 57 58config MACH_OMAP_PERSEUS2 59 bool "TI Perseus2" 60 depends on ARCH_OMAP1 && ARCH_OMAP730 61 help 62 Support for TI OMAP 730 Perseus2 board. Say Y here if you have such 63 a board. 64 65config MACH_VOICEBLUE 66 bool "Voiceblue" 67 depends on ARCH_OMAP1 && ARCH_OMAP1510 68 help 69 Support for Voiceblue GSM/VoIP gateway. Say Y here if you have 70 such a board. 71 72config MACH_NETSTAR 73 bool "NetStar" 74 depends on ARCH_OMAP1 && ARCH_OMAP1510 75 help 76 Support for NetStar PBX. Say Y here if you have such a board. 77 78config MACH_OMAP_GENERIC 79 bool "Generic OMAP board" 80 depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX) 81 help 82 Support for generic OMAP-1510, 1610 or 1710 board with 83 no FPGA. Can be used as template for porting Linux to 84 custom OMAP boards. Say Y here if you have a custom 85 board. 86 87comment "OMAP CPU Speed" 88 depends on ARCH_OMAP1 89 90config OMAP_CLOCKS_SET_BY_BOOTLOADER 91 bool "OMAP clocks set by bootloader" 92 depends on ARCH_OMAP1 93 help 94 Enable this option to prevent the kernel from overriding the clock 95 frequencies programmed by bootloader for MPU, DSP, MMUs, TC, 96 internal LCD controller and MPU peripherals. 97 98config OMAP_ARM_216MHZ 99 bool "OMAP ARM 216 MHz CPU (1710 only)" 100 depends on ARCH_OMAP1 && ARCH_OMAP16XX 101 help 102 Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N. 103 104config OMAP_ARM_195MHZ 105 bool "OMAP ARM 195 MHz CPU" 106 depends on ARCH_OMAP1 && ARCH_OMAP730 107 help 108 Enable 195MHz clock for OMAP CPU. If unsure, say N. 109 110config OMAP_ARM_192MHZ 111 bool "OMAP ARM 192 MHz CPU" 112 depends on ARCH_OMAP1 && ARCH_OMAP16XX 113 help 114 Enable 192MHz clock for OMAP CPU. If unsure, say N. 115 116config OMAP_ARM_182MHZ 117 bool "OMAP ARM 182 MHz CPU" 118 depends on ARCH_OMAP1 && ARCH_OMAP730 119 help 120 Enable 182MHz clock for OMAP CPU. If unsure, say N. 121 122config OMAP_ARM_168MHZ 123 bool "OMAP ARM 168 MHz CPU" 124 depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730) 125 help 126 Enable 168MHz clock for OMAP CPU. If unsure, say N. 127 128config OMAP_ARM_150MHZ 129 bool "OMAP ARM 150 MHz CPU" 130 depends on ARCH_OMAP1 && ARCH_OMAP1510 131 help 132 Enable 150MHz clock for OMAP CPU. If unsure, say N. 133 134config OMAP_ARM_120MHZ 135 bool "OMAP ARM 120 MHz CPU" 136 depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730) 137 help 138 Enable 120MHz clock for OMAP CPU. If unsure, say N. 139 140config OMAP_ARM_60MHZ 141 bool "OMAP ARM 60 MHz CPU" 142 depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730) 143 default y 144 help 145 Enable 60MHz clock for OMAP CPU. If unsure, say Y. 146 147config OMAP_ARM_30MHZ 148 bool "OMAP ARM 30 MHz CPU" 149 depends on ARCH_OMAP1 && (ARCH_OMAP1510 || ARCH_OMAP16XX || ARCH_OMAP730) 150 help 151 Enable 30MHz clock for OMAP CPU. If unsure, say N. 152 153