mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
3de4ade3d6
The Cortex-A9 tile on the Versatile Express suffers from a number of engineering errata. This patch selects workarounds in the ARCH_VEXPRESS_CA9X4 Kconfig entry so that users don't need to worry about which ones to apply. Reported-by: Ulrich Weigand <ulrich.weigand@de.ibm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
menu "Versatile Express platform type"
|
|
depends on ARCH_VEXPRESS
|
|
|
|
config ARCH_VEXPRESS_CA9X4
|
|
bool "Versatile Express Cortex-A9x4 tile"
|
|
select CPU_V7
|
|
select ARM_GIC
|
|
select ARM_ERRATA_720789
|
|
select ARM_ERRATA_751472
|
|
select ARM_ERRATA_753970
|
|
|
|
endmenu
|