mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Centralize definitions associated with CONFIG_DEBUG_PWM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user