Commit c1507e7
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 19a90fb commit c1507e7
3 files changed
Lines changed: 6 additions & 1 deletion
File tree
- arch
- arm64/configs
- loongarch/configs
- x86/configs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
0 commit comments