Kconfig (b5c00a3a412857d6f07970984068c450429e051c) | Kconfig (18862cbe47e37beba98f22c088fbe6fe029df889) |
---|---|
1comment "OMAP Core Type" 2 depends on ARCH_OMAP2 3 4config ARCH_OMAP24XX 5 bool "OMAP24xx Based System" 6 depends on ARCH_OMAP2 7 8config ARCH_OMAP2420 --- 114 unchanged lines hidden (view full) --- 123 124config OMAP3_EMU 125 bool "OMAP3 debugging peripherals" 126 depends on ARCH_OMAP3 127 select OC_ETM 128 help 129 Say Y here to enable debugging hardware of omap3 130 | 1comment "OMAP Core Type" 2 depends on ARCH_OMAP2 3 4config ARCH_OMAP24XX 5 bool "OMAP24xx Based System" 6 depends on ARCH_OMAP2 7 8config ARCH_OMAP2420 --- 114 unchanged lines hidden (view full) --- 123 124config OMAP3_EMU 125 bool "OMAP3 debugging peripherals" 126 depends on ARCH_OMAP3 127 select OC_ETM 128 help 129 Say Y here to enable debugging hardware of omap3 130 |
131config OMAP3_SDRC_AC_TIMING 132 bool "Enable SDRC AC timing register changes" 133 depends on ARCH_OMAP3 && ARCH_OMAP34XX 134 default n 135 help 136 If you know that none of your system initiators will attempt to 137 access SDRAM during CORE DVFS, select Y here. This should boost 138 SDRAM performance at lower CORE OPPs. There are relatively few 139 users who will wish to say yes at this point - almost everyone will 140 wish to say no. Selecting yes without understanding what is 141 going on could result in system crashes; 142 |
|