Commit cec87ca
committed
deepin: config: enable PM_ADVANCED_DEBUG
deepin inclusion
category: debug
pm_debug is very useful for debugging suspend issues such as wakeup,
and it has a dynamic debug output, used with kernel debug cmdline with:
"no_console_suspend pm_debug_messages" to enable it.
PM_ADVANCED_DEBUG is useful for debug device runtime powersaving:
/sys/devices/.../power/runtime_usage,runtime_active_kids,runtime_enabled,async.
Also clean useless config, CONFIG_PM_STD_PARTITION, which set by system runtime.
Fixes: 00d6d38 ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (deepin-community#335)")
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>1 parent 5e2cf5c commit cec87ca
File tree
3 files changed
+6
-1
lines changed- arch
- arm64/configs
- loongarch/configs
- x86/configs
3 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments