diff options
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 7309aab305a9..0cd25ceadb43 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -128,3 +128,15 @@ config OMAP3_EMU | |||
128 | help | 128 | help |
129 | Say Y here to enable debugging hardware of omap3 | 129 | Say Y here to enable debugging hardware of omap3 |
130 | 130 | ||
131 | config 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 | |||