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