mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
drivers/i3c: support i3c driver model
Reference to: https://github.com/torvalds/linux/tree/master/drivers/i3c Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -1603,6 +1603,37 @@ config DEBUG_I2S_INFO
|
||||
|
||||
endif # DEBUG_I2S
|
||||
|
||||
config DEBUG_I3C
|
||||
bool "I3C Debug Features"
|
||||
default n
|
||||
depends on I3C
|
||||
---help---
|
||||
Enable I3C debug features.
|
||||
|
||||
Support for this debug option is architecture-specific and may not
|
||||
be available for some MCUs.
|
||||
|
||||
if DEBUG_I3C
|
||||
|
||||
config DEBUG_I3C_ERROR
|
||||
bool "I3C Error Output"
|
||||
default n
|
||||
depends on DEBUG_ERROR
|
||||
---help---
|
||||
Enable I3C driver error output to SYSLOG.
|
||||
|
||||
Support for this debug option is architecture-specific and may not
|
||||
be available for some MCUs.
|
||||
|
||||
config DEBUG_I3C_INFO
|
||||
bool "I3C Informational Output"
|
||||
default n
|
||||
depends on DEBUG_INFO
|
||||
---help---
|
||||
Enable I3C driver informational output to SYSLOG.
|
||||
|
||||
endif # DEBUG_I3C
|
||||
|
||||
config DEBUG_PWM
|
||||
bool "PWM Debug Features"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user