Centralize definitions associated with CONFIG_DEBUG_PWM

This commit is contained in:
Gregory Nutt
2016-06-15 17:23:56 -06:00
parent 8ce929a915
commit 03cbe671ad
19 changed files with 144 additions and 286 deletions
+33 -4
View File
@@ -1104,14 +1104,14 @@ config DEBUG_I2C_WARN
default n
depends on DEBUG_WARN
---help---
Enable I2c driver warning output to SYSLOG.
Enable I2C driver warning output to SYSLOG.
config DEBUG_I2C_INFO
bool "I2C Informational Output"
default n
depends on DEBUG_INFO
---help---
Enable I2c driver informational output to SYSLOG.
Enable I2C driver informational output to SYSLOG.
endif # DEBUG_I2C
@@ -1154,14 +1154,43 @@ config DEBUG_I2S_INFO
endif # DEBUG_I2S
config DEBUG_PWM
bool "PWM Debug Output"
bool "PWM Debug Features"
default n
depends on PWM
---help---
Enable PWM driver debug SYSLOG output (disabled by default).
Enable PWM debug features.
Support for this debug option is architecture-specific and may not
be available for some MCUs.
if DEBUG_PWM
config DEBUG_PWM_ERROR
bool "PWM Error Output"
default n
depends on DEBUG_ERROR
---help---
Enable PWM driver error output to SYSLOG.
Support for this debug option is architecture-specific and may not
be available for some MCUs.
config DEBUG_PWM_WARN
bool "PWM Warnings Output"
default n
depends on DEBUG_WARN
---help---
Enable PWM driver warning output to SYSLOG.
config DEBUG_PWM_INFO
bool "PWM Informational Output"
default n
depends on DEBUG_INFO
---help---
Enable PWM driver informational output to SYSLOG.
endif # DEBUG_PWM
config DEBUG_RTC
bool "RTC Debug Output"
default n