]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: at91: select CONFIG_ARM_CPU_SUSPEND
authorArnd Bergmann <arnd@arndb.de>
Wed, 24 May 2017 15:39:03 +0000 (17:39 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 29 May 2017 09:06:56 +0000 (11:06 +0200)
commitcc7a938f5f308eeb6f8fe3cec28e1800aa81facb
tree5080639e453b161dd446857c65e59ead7cdf642c
parent41b80bb1db5c4c547cf187d1bc0c6c6feb7c14af
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>
arch/arm/mach-at91/Kconfig