ARM: 7782/1: Kconfig: Let ARM_ERRATA_364296 not depend on CONFIG_SMP
authorFabio Estevam <festevam@gmail.com>
Tue, 9 Jul 2013 17:34:01 +0000 (18:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 9 Jul 2013 21:11:30 +0000 (22:11 +0100)
commitfd832478422834be03029ffab6df96f4df35f3e6
tree99b45a50420d18f09789d0a7c9a3ce44beb25e1a
parent319e0b4f02f73983c03a2ca38595fc6367929edf
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>
arch/arm/Kconfig