OSDN Git Service

ARM: imx: select ARM_CPU_SUSPEND for CPU_IDLE as well
authorArnd Bergmann <arnd@arndb.de>
Mon, 5 Feb 2018 22:06:43 +0000 (23:06 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 27 Mar 2018 13:09:55 +0000 (15:09 +0200)
The cpuidle support calls cpu_suspend(), which is compiled conditionally,
and fails to link unless something selects CONFIG_ARM_CPU_SUSPEND.

arch/arm/mach-imx/cpuidle-imx6sx.o: In function `imx6sx_enter_wait':
cpuidle-imx6sx.c:(.text+0x6c): undefined reference to `cpu_suspend'

This adds an explicit select statement here.

Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-imx/Kconfig

index f53ec31..e47fa13 100644 (file)
@@ -469,7 +469,7 @@ config      SOC_IMX53
 
 config SOC_IMX6
        bool
-       select ARM_CPU_SUSPEND if PM
+       select ARM_CPU_SUSPEND if (PM || CPU_IDLE)
        select ARM_ERRATA_754322
        select ARM_ERRATA_775420
        select ARM_GIC