mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
43a6955fa8
Commit fa0ce403
("ARM: 7162/1: errata: tidy up Kconfig options for PL310
errata workarounds") introduced a consistent naming scheme for errata
workarounds, but forgot to update the platforms selecting workarounds
using the old names.
This patch updates ux500 and vexpress to select the appropriate PL310
errata workarounds.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
15 lines
303 B
Plaintext
15 lines
303 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 PL310_ERRATA_753970
|
|
select HAVE_SMP
|
|
select MIGHT_HAVE_CACHE_L2X0
|
|
|
|
endmenu
|