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:
dongjiuzhu1
2023-03-06 22:24:08 +08:00
committed by Xiang Xiao
parent a01d9e9ce0
commit 5b48dea4f5
17 changed files with 5399 additions and 0 deletions
+31
View File
@@ -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