diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-10-23 07:44:34 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-11-16 01:52:29 -0500 |
commit | 96efb44e471250592ee865ce5b870bc6f860921f (patch) | |
tree | 21735fc3133705ed0b96c866fae6884e203ec947 | |
parent | b29b3e6f6c5a71a48475ac5ea7015ff267d60af8 (diff) |
ARM: imx6q: select ARM and PL310 errata
ARM core r2p10 and PL310 r3p2 are integrated on imx6q. Select
corresponding errata.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 01bf72c56c01..0737269707e0 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -832,6 +832,11 @@ config SOC_IMX6Q | |||
832 | select ARCH_HAS_CPUFREQ | 832 | select ARCH_HAS_CPUFREQ |
833 | select ARCH_HAS_OPP | 833 | select ARCH_HAS_OPP |
834 | select ARM_CPU_SUSPEND if PM | 834 | select ARM_CPU_SUSPEND if PM |
835 | select ARM_ERRATA_743622 | ||
836 | select ARM_ERRATA_751472 | ||
837 | select ARM_ERRATA_754322 | ||
838 | select ARM_ERRATA_764369 if SMP | ||
839 | select ARM_ERRATA_775420 | ||
835 | select ARM_GIC | 840 | select ARM_GIC |
836 | select COMMON_CLK | 841 | select COMMON_CLK |
837 | select CPU_V7 | 842 | select CPU_V7 |
@@ -843,6 +848,9 @@ config SOC_IMX6Q | |||
843 | select MFD_SYSCON | 848 | select MFD_SYSCON |
844 | select PINCTRL | 849 | select PINCTRL |
845 | select PINCTRL_IMX6Q | 850 | select PINCTRL_IMX6Q |
851 | select PL310_ERRATA_588369 if CACHE_PL310 | ||
852 | select PL310_ERRATA_727915 if CACHE_PL310 | ||
853 | select PL310_ERRATA_769419 if CACHE_PL310 | ||
846 | select PM_OPP if PM | 854 | select PM_OPP if PM |
847 | 855 | ||
848 | help | 856 | help |