aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2013-07-09 13:34:01 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-07-09 17:11:30 -0400
commitfd832478422834be03029ffab6df96f4df35f3e6 (patch)
tree99b45a50420d18f09789d0a7c9a3ce44beb25e1a /arch/arm/Kconfig
parent319e0b4f02f73983c03a2ca38595fc6367929edf (diff)
ARM: 7782/1: Kconfig: Let ARM_ERRATA_364296 not depend on CONFIG_SMP
imx_v6_v7_defconfig handles both multi-core and single-core SoCs, and it has CONFIG_SMP=y selected by default. With such config we cannot select ARM_ERRATA_364296, as it depends on !SMP. Let ARM_ERRATA_364296 be undependent on CONFIG_SMP, so that we can select this erratum for the ARM1136 SoCs, even if CONFIG_SMP=y is enabled. Reviewed-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 136f263ed47b..6271d7eb8b29 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1300,7 +1300,7 @@ config ARM_ERRATA_754327
1300 1300
1301config ARM_ERRATA_364296 1301config ARM_ERRATA_364296
1302 bool "ARM errata: Possible cache data corruption with hit-under-miss enabled" 1302 bool "ARM errata: Possible cache data corruption with hit-under-miss enabled"
1303 depends on CPU_V6 && !SMP 1303 depends on CPU_V6
1304 help 1304 help
1305 This options enables the workaround for the 364296 ARM1136 1305 This options enables the workaround for the 364296 ARM1136
1306 r0p2 erratum (possible cache data corruption with 1306 r0p2 erratum (possible cache data corruption with