diff options
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
| -rw-r--r-- | arch/arm/mach-omap2/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 9b9c99c9f34..281a0a7614a 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -420,6 +420,15 @@ config OMAP3_SDRC_AC_TIMING wish to say no. Selecting yes without understanding what is going on could result in system crashes; +config DISABLE_OMAP_ERRATA_i583 + bool "Override errata i583 + depends on ARCH_OMAP3 + default n + help + Errata i583 affects JDEC memory timing when waking from OFF mode on + ES 1.1 and older OMAP3. If the system clock is 26MHz or 38.4MHz and + there is no DDR on CS1, then it is safe to disable this errata check. + config OMAP4_ERRATA_I688 bool "OMAP4 errata: Async Bridge Corruption" depends on (ARCH_OMAP4 || SOC_OMAP5) && !ARCH_MULTIPLATFORM |