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