Commit da395584 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: imx: select ARM_CPU_SUSPEND for CPU_IDLE as well



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: default avatarShawn Guo <shawnguo@kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 0240f307
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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