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 65config MACH_OMAP3_BEAGLE 66 bool "OMAP3 BEAGLE board" 67 depends on ARCH_OMAP3 68 select OMAP_PACKAGE_CBB 69 70config MACH_DEVKIT8000 71 bool "DEVKIT8000 board" 72 depends on ARCH_OMAP3 73 select OMAP_PACKAGE_CUS 74 select OMAP_MUX 75 76config MACH_OMAP_LDP 77 bool "OMAP3 LDP board" 78 depends on ARCH_OMAP3 79 select OMAP_PACKAGE_CBB 80 81config MACH_OVERO 82 bool "Gumstix Overo board" 83 depends on ARCH_OMAP3 84 select OMAP_PACKAGE_CBB 85 86config MACH_OMAP3EVM 87 bool "OMAP 3530 EVM board" 88 depends on ARCH_OMAP3 89 select OMAP_PACKAGE_CBB 90 91config MACH_OMAP3517EVM 92 bool "OMAP3517/ AM3517 EVM board" 93 depends on ARCH_OMAP3 94 select OMAP_PACKAGE_CBB 95 96config MACH_OMAP3_PANDORA 97 bool "OMAP3 Pandora" 98 depends on ARCH_OMAP3 99 select OMAP_PACKAGE_CBB 100 101config MACH_OMAP3_TOUCHBOOK 102 bool "OMAP3 Touch Book" 103 depends on ARCH_OMAP3 104 select BACKLIGHT_CLASS_DEVICE 105 106config MACH_OMAP_3430SDP 107 bool "OMAP 3430 SDP board" 108 depends on ARCH_OMAP3 109 select OMAP_PACKAGE_CBB 110 111config MACH_NOKIA_N800 112 bool 113 114config MACH_NOKIA_N810 115 bool 116 117config MACH_NOKIA_N810_WIMAX 118 bool 119 120config MACH_NOKIA_N8X0 121 bool "Nokia N800/N810" 122 depends on ARCH_OMAP2420 123 select OMAP_PACKAGE_ZAC 124 select MACH_NOKIA_N800 125 select MACH_NOKIA_N810 126 select MACH_NOKIA_N810_WIMAX 127 128config MACH_NOKIA_RX51 129 bool "Nokia RX-51 board" 130 depends on ARCH_OMAP3 131 select OMAP_PACKAGE_CBB 132 133config MACH_OMAP_ZOOM2 134 bool "OMAP3 Zoom2 board" 135 depends on ARCH_OMAP3 136 select OMAP_PACKAGE_CBB 137 138config MACH_OMAP_ZOOM3 139 bool "OMAP3630 Zoom3 board" 140 depends on ARCH_OMAP3 141 select OMAP_PACKAGE_CBP 142 143config MACH_CM_T35 144 bool "CompuLab CM-T35 module" 145 depends on ARCH_OMAP3 146 select OMAP_PACKAGE_CUS 147 select OMAP_MUX 148 149config MACH_IGEP0020 150 bool "IGEP v2 board" 151 depends on ARCH_OMAP3 152 select OMAP_PACKAGE_CBB 153 154config MACH_SBC3530 155 bool "OMAP3 SBC STALKER board" 156 depends on ARCH_OMAP3 157 select OMAP_PACKAGE_CUS 158 select OMAP_MUX 159 160config MACH_OMAP_3630SDP 161 bool "OMAP3630 SDP board" 162 depends on ARCH_OMAP3 163 select OMAP_PACKAGE_CBP 164 165config MACH_OMAP_4430SDP 166 bool "OMAP 4430 SDP board" 167 depends on ARCH_OMAP4 168 169config OMAP3_EMU 170 bool "OMAP3 debugging peripherals" 171 depends on ARCH_OMAP3 172 select OC_ETM 173 help 174 Say Y here to enable debugging hardware of omap3 175 176config OMAP3_SDRC_AC_TIMING 177 bool "Enable SDRC AC timing register changes" 178 depends on ARCH_OMAP3 179 default n 180 help 181 If you know that none of your system initiators will attempt to 182 access SDRAM during CORE DVFS, select Y here. This should boost 183 SDRAM performance at lower CORE OPPs. There are relatively few 184 users who will wish to say yes at this point - almost everyone will 185 wish to say no. Selecting yes without understanding what is 186 going on could result in system crashes; 187 188