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