From: Olof Johansson Date: Wed, 24 Jul 2013 23:55:23 +0000 (-0700) Subject: ARM: omap5: Only select errata 798181 if SMP X-Git-Tag: v4.13~9071^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f82a3133c0c5625d54f3dd1621815b1cf77c8463;p=mirror_ubuntu-bionic-kernel.git ARM: omap5: Only select errata 798181 if SMP Avoids the following warning when SMP is off: warning: (ARCH_KEYSTONE && SOC_OMAP5) selects ARM_ERRATA_798181 which has unmet direct dependencies (CPU_V7 && SMP) Reported-by: Emilio López Cc: Tony Lindgren Cc: Santosh Shilimkar Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 627fa7e41fba..3eed0006d189 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -62,7 +62,7 @@ config SOC_OMAP5 select HAVE_SMP select COMMON_CLK select HAVE_ARM_ARCH_TIMER - select ARM_ERRATA_798181 + select ARM_ERRATA_798181 if SMP config SOC_AM33XX bool "AM33XX support"