1comment "OMAP Core Type" 2 depends on ARCH_OMAP2 3 4config ARCH_OMAP2420 5 bool "OMAP2420 support" 6 depends on ARCH_OMAP2 7 select OMAP_DM_TIMER 8 select ARCH_OMAP_OTG 9 10config ARCH_OMAP2430 11 bool "OMAP2430 support" 12 depends on ARCH_OMAP2 13 select ARCH_OMAP_OTG 14 15config ARCH_OMAP3430 16 bool "OMAP3430 support" 17 depends on ARCH_OMAP3 18 select ARCH_OMAP_OTG 19 20config OMAP_PACKAGE_ZAF 21 bool 22 23config OMAP_PACKAGE_ZAC 24 bool 25 26config OMAP_PACKAGE_CBC 27 bool 28 29config OMAP_PACKAGE_CBB 30 bool 31 32config OMAP_PACKAGE_CUS 33 bool 34 35config OMAP_PACKAGE_CBP 36 bool 37 38comment "OMAP Board Type" 39 depends on ARCH_OMAP2PLUS 40 41config MACH_OMAP_GENERIC 42 bool "Generic OMAP board" 43 depends on ARCH_OMAP2 44 45config MACH_OMAP2_TUSB6010 46 bool 47 depends on ARCH_OMAP2 && ARCH_OMAP2420 48 default y if MACH_NOKIA_N8X0 49 50config MACH_OMAP_H4 51 bool "OMAP 2420 H4 board" 52 depends on ARCH_OMAP2 53 select OMAP_PACKAGE_ZAF 54 select OMAP_DEBUG_DEVICES 55 56config MACH_OMAP_APOLLON 57 bool "OMAP 2420 Apollon board" 58 depends on ARCH_OMAP2 59 select OMAP_PACKAGE_ZAC 60 61config MACH_OMAP_2430SDP 62 bool "OMAP 2430 SDP board" 63 depends on ARCH_OMAP2 64 select OMAP_PACKAGE_ZAC 65 66config MACH_OMAP3_BEAGLE 67 bool "OMAP3 BEAGLE board" 68 depends on ARCH_OMAP3 69 select OMAP_PACKAGE_CBB 70 71config MACH_DEVKIT8000 72 bool "DEVKIT8000 board" 73 depends on ARCH_OMAP3 74 select OMAP_PACKAGE_CUS 75 select OMAP_MUX 76 77config MACH_OMAP_LDP 78 bool "OMAP3 LDP board" 79 depends on ARCH_OMAP3 80 select OMAP_PACKAGE_CBB 81 82config MACH_OVERO 83 bool "Gumstix Overo board" 84 depends on ARCH_OMAP3 85 select OMAP_PACKAGE_CBB 86 87config MACH_OMAP3EVM 88 bool "OMAP 3530 EVM board" 89 depends on ARCH_OMAP3 90 select OMAP_PACKAGE_CBB 91 92config MACH_OMAP3517EVM 93 bool "OMAP3517/ AM3517 EVM board" 94 depends on ARCH_OMAP3 95 select OMAP_PACKAGE_CBB 96 97config MACH_OMAP3_PANDORA 98 bool "OMAP3 Pandora" 99 depends on ARCH_OMAP3 100 select OMAP_PACKAGE_CBB 101 102config MACH_OMAP3_TOUCHBOOK 103 bool "OMAP3 Touch Book" 104 depends on ARCH_OMAP3 105 select BACKLIGHT_CLASS_DEVICE 106 107config MACH_OMAP_3430SDP 108 bool "OMAP 3430 SDP board" 109 depends on ARCH_OMAP3 110 select OMAP_PACKAGE_CBB 111 112config MACH_NOKIA_N800 113 bool 114 115config MACH_NOKIA_N810 116 bool 117 118config MACH_NOKIA_N810_WIMAX 119 bool 120 121config MACH_NOKIA_N8X0 122 bool "Nokia N800/N810" 123 depends on ARCH_OMAP2420 124 select OMAP_PACKAGE_ZAC 125 select MACH_NOKIA_N800 126 select MACH_NOKIA_N810 127 select MACH_NOKIA_N810_WIMAX 128 129config MACH_NOKIA_RX51 130 bool "Nokia RX-51 board" 131 depends on ARCH_OMAP3 132 select OMAP_PACKAGE_CBB 133 134config MACH_OMAP_ZOOM2 135 bool "OMAP3 Zoom2 board" 136 depends on ARCH_OMAP3 137 select OMAP_PACKAGE_CBB 138 139config MACH_OMAP_ZOOM3 140 bool "OMAP3630 Zoom3 board" 141 depends on ARCH_OMAP3 142 select OMAP_PACKAGE_CBP 143 144config MACH_CM_T35 145 bool "CompuLab CM-T35 module" 146 depends on ARCH_OMAP3 147 select OMAP_PACKAGE_CUS 148 select OMAP_MUX 149 150config MACH_IGEP0020 151 bool "IGEP v2 board" 152 depends on ARCH_OMAP3 153 select OMAP_PACKAGE_CBB 154 155config MACH_SBC3530 156 bool "OMAP3 SBC STALKER board" 157 depends on ARCH_OMAP3 158 select OMAP_PACKAGE_CUS 159 select OMAP_MUX 160 161config MACH_OMAP_3630SDP 162 bool "OMAP3630 SDP board" 163 depends on ARCH_OMAP3 164 select OMAP_PACKAGE_CBP 165 166config MACH_OMAP_4430SDP 167 bool "OMAP 4430 SDP board" 168 depends on ARCH_OMAP4 169 170config OMAP3_EMU 171 bool "OMAP3 debugging peripherals" 172 depends on ARCH_OMAP3 173 select OC_ETM 174 help 175 Say Y here to enable debugging hardware of omap3 176 177config OMAP3_SDRC_AC_TIMING 178 bool "Enable SDRC AC timing register changes" 179 depends on ARCH_OMAP3 180 default n 181 help 182 If you know that none of your system initiators will attempt to 183 access SDRAM during CORE DVFS, select Y here. This should boost 184 SDRAM performance at lower CORE OPPs. There are relatively few 185 users who will wish to say yes at this point - almost everyone will 186 wish to say no. Selecting yes without understanding what is 187 going on could result in system crashes; 188 189