Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0d75153 authored by Uwe Kleine-König's avatar Uwe Kleine-König
Browse files

ARM: v7m: add trivial suspend support

parent e2e55fde
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2270,7 +2270,7 @@ source "kernel/power/Kconfig"
config ARCH_SUSPEND_POSSIBLE
config ARCH_SUSPEND_POSSIBLE
	depends on !ARCH_S5PC100
	depends on !ARCH_S5PC100
	depends on CPU_ARM920T || CPU_ARM926T || CPU_FEROCEON || CPU_SA1100 || \
	depends on CPU_ARM920T || CPU_ARM926T || CPU_FEROCEON || CPU_SA1100 || \
		CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE || CPU_MOHAWK
		CPU_V6 || CPU_V6K || CPU_V7 || CPU_V7M || CPU_XSC3 || CPU_XSCALE || CPU_MOHAWK
	def_bool y
	def_bool y


config ARM_CPU_SUSPEND
config ARM_CPU_SUSPEND