summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhruva Gole <d-gole@ti.com>2023-05-05 10:35:45 +0530
committerVignesh Raghavendra <vigneshr@ti.com>2023-05-10 19:33:48 +0530
commit1431198b13898b1148d88918b237867eefcc2377 (patch)
tree4a6ddeed1a1c87de83ecf3949e6f92ae1b0acc29
parente01074b40e48cf4de77f38e96df12d683289664f (diff)
configs/debug: Enable Debugging for Power Management
This option enables various debugging support in the Power Management. It will be particularly helpful when debugging and reporting PM bugs like suspend support. Signed-off-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
-rw-r--r--kernel/configs/debug.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/configs/debug.config b/kernel/configs/debug.config
index e8db8d938661..45dfe33921ee 100644
--- a/kernel/configs/debug.config
+++ b/kernel/configs/debug.config
@@ -104,3 +104,8 @@ CONFIG_BRANCH_PROFILE_NONE=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
+
+#
+# Power Management
+#
+CONFIG_PM_DEBUG=y