Add power-related debug output

This commit is contained in:
Gregory Nutt
2017-07-23 07:17:56 -06:00
parent d96d1d43d9
commit a9a236fea5
2 changed files with 75 additions and 0 deletions
+31
View File
@@ -751,6 +751,37 @@ config DEBUG_NET_INFO
endif # DEBUG_NET
config DEBUG_POWER
bool "Power-related Debug Features"
default n
---help---
Enable power-related debug features.
if DEBUG_POWER
config DEBUG_POWER_ERROR
bool "Power-related Error Output"
default n
depends on DEBUG_ERROR
---help---
Enable power-related error output to SYSLOG.
config DEBUG_POWER_WARN
bool "Power-related Warnings Output"
default n
depends on DEBUG_WARN
---help---
Enable power-related warning output to SYSLOG.
config DEBUG_POWER_INFO
bool "Power-related Informational Output"
default n
depends on DEBUG_INFO
---help---
Enable power-related informational output to SYSLOG.
endif # DEBUG_POWER
config DEBUG_WIRELESS
bool "Wireless Debug Features"
default n