mirror of https://github.com/OpenIPC/firmware.git
12 lines
396 B
Diff
12 lines
396 B
Diff
diff -drupN a/kernel/power/Kconfig b/kernel/power/Kconfig
|
|
--- a/kernel/power/Kconfig 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/kernel/power/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -1,6 +1,7 @@
|
|
config SUSPEND
|
|
bool "Suspend to RAM and standby"
|
|
depends on ARCH_SUSPEND_POSSIBLE
|
|
+ select RTC_LIB
|
|
default y
|
|
---help---
|
|
Allow the system to enter sleep states in which main memory is
|