diff options
author | Daniel Palmer <[email protected]> | 2022-02-23 15:48:07 +0900 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-02-25 16:34:50 +0100 |
commit | 16018c0d27eda6a7f69dafa750d23770fb46b00f (patch) | |
tree | bdf768c5174086c1d31fd51032a2c13034aa6eb3 | |
parent | 183fc8344df9f083f38dbbe47413d13f22510c83 (diff) |
ARM: mstar: Select ARM_ERRATA_814220
All of the SoCs that are supported so far are Cortex A7 r0p5.
So it seems like this errata is present.
Signed-off-by: Daniel Palmer <[email protected]>
Reviewed-by: Romain Perier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | arch/arm/mach-mstar/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mstar/Kconfig b/arch/arm/mach-mstar/Kconfig index cd300eeedc20..48600eccbe41 100644 --- a/arch/arm/mach-mstar/Kconfig +++ b/arch/arm/mach-mstar/Kconfig @@ -1,6 +1,7 @@ menuconfig ARCH_MSTARV7 bool "MStar/Sigmastar Armv7 SoC Support" depends on ARCH_MULTI_V7 + select ARM_ERRATA_814220 select ARM_GIC select ARM_HEAVY_MB select MST_IRQ |