mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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 <daniel@0x0f.com> Reviewed-by: Romain Perier <romain.perier@gmail.com> Link: https://lore.kernel.org/r/20220223064807.261878-1-daniel@0x0f.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
183fc8344d
commit
16018c0d27
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue