Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: at91: select CONFIG_ARM_CPU_SUSPEND

The reference to cpu_resume requires the corresponding
generic code to be enabled when CONFIG_PM is set:

arch/arm/mach-at91/pm.o: In function `sama5d2_pm_init':
pm.c:(.init.text+0x5e8): undefined reference to `cpu_resume'

Fixes: 24a0f5c539f9 ("ARM: at91: pm: Add sama5d2 backup mode")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

authored by

Arnd Bergmann and committed by
Alexandre Belloni
cc7a938f 41b80bb1

+1
+1
arch/arm/mach-at91/Kconfig
··· 1 1 menuconfig ARCH_AT91 2 2 bool "Atmel SoCs" 3 3 depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 4 + select ARM_CPU_SUSPEND if PM 4 5 select COMMON_CLK_AT91 5 6 select GPIOLIB 6 7 select PINCTRL