Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a48c4904 authored by Olof Johansson's avatar Olof Johansson
Browse files

ARM: sti: only select errata 764369 if SMP



764369 depends on SMP, so don't select it on !SMP configs.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Acked-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@st.com>
Cc: Stuart Menefy <stuart.menefy@st.com>
parent cd198d6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ menuconfig ARCH_STI
	select HAVE_ARM_SCU if SMP
	select ARCH_REQUIRE_GPIOLIB
	select ARM_ERRATA_754322
	select ARM_ERRATA_764369
	select ARM_ERRATA_764369 if SMP
	select ARM_ERRATA_775420
	select PL310_ERRATA_753970 if CACHE_PL310
	select PL310_ERRATA_769419 if CACHE_PL310