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