summaryrefslogtreecommitdiff
path: root/ti_config_fragments
diff options
context:
space:
mode:
authorDhruva Gole <d-gole@ti.com>2023-01-20 23:48:53 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-01-20 13:09:03 -0600
commit7d7148e64571fafd2fa171d5169201a7d09022c5 (patch)
treeb30253fecacfdc24141ff8dc5fa77cf383bbd2f5 /ti_config_fragments
parentbd1dc31b85e2a7bdfb94f290965f64f416bf75a9 (diff)
ti_config_fragments: debug_options: Enable PM_DEBUG
Enable PM DEBUG Options because this will help in ltp-ddt test validation for low power mode. Without this config, the /sys/power/pm_debug_messages sysfs entry is not shown which is required by the ltp-ddt tests to validate that device suspended and resumed properly. Signed-off-by: Dhruva Gole <d-gole@ti.com>
Diffstat (limited to 'ti_config_fragments')
-rw-r--r--ti_config_fragments/debug_options.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ti_config_fragments/debug_options.cfg b/ti_config_fragments/debug_options.cfg
index 30c43f49014a..38cb60fede79 100644
--- a/ti_config_fragments/debug_options.cfg
+++ b/ti_config_fragments/debug_options.cfg
@@ -94,3 +94,6 @@ CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=n
# Enable Debug configuration for EFI if enabled
CONFIG_DEBUG_EFI=y
+
+# Power management options
+CONFIG_PM_DEBUG=y