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