Commit 88a6f33e4d7143f94f8e787fa4065ac873507984

Authored by Rafael J. Wysocki
1 parent aa33860158

PM: Clean up PM_TRACE dependencies and drop unnecessary Kconfig option

CONFIG_PM_SLEEP_ADVANCED_DEBUG is not used any more, so drop it
and CONFIG_CAN_PM_TRACE need not depend on EXPERIMENTAL, so remove
that dependency.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

Showing 1 changed file with 1 additions and 6 deletions Side-by-side Diff

kernel/power/Kconfig
... ... @@ -140,11 +140,6 @@
140 140 fields of device objects from user space. If you are not a kernel
141 141 developer interested in debugging/testing Power Management, say "no".
142 142  
143   -config PM_SLEEP_ADVANCED_DEBUG
144   - bool
145   - depends on PM_ADVANCED_DEBUG
146   - default n
147   -
148 143 config PM_TEST_SUSPEND
149 144 bool "Test suspend/resume and wakealarm during bootup"
150 145 depends on SUSPEND && PM_DEBUG && RTC_CLASS=y
... ... @@ -158,7 +153,7 @@
158 153  
159 154 config CAN_PM_TRACE
160 155 def_bool y
161   - depends on PM_DEBUG && PM_SLEEP && EXPERIMENTAL
  156 + depends on PM_DEBUG && PM_SLEEP
162 157  
163 158 config PM_TRACE
164 159 bool