From bc2fcad2d89e386ca35fef2232d893edf8122142 Mon Sep 17 00:00:00 2001 From: Alexey Sheplyakov Date: Thu, 13 Aug 2020 09:43:06 +0400 Subject: [PATCH] Autoselect MFD_SYSCON when building an SMP kernel MFD_SYSCON is necessary to bring up the secondary CPU(s). Therefore select it automatically so the user won't need figure out why the kernel was unable to boot the secondary CPU(s). --- arch/arm/mach-mcom02/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-mcom02/Kconfig b/arch/arm/mach-mcom02/Kconfig index e9f04776c99aca..7cae4b2625f2f6 100644 --- a/arch/arm/mach-mcom02/Kconfig +++ b/arch/arm/mach-mcom02/Kconfig @@ -7,6 +7,7 @@ config ARCH_MCOM02 select HAVE_ARM_ARCH_TIMER select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP + select MFD_SYSCON if SMP select DW_APB_TIMER_OF select ARM_ERRATA_754322 select ARM_ERRATA_764369 if SMP