support nuttx reset driver model

Signed-off-by: yangshuyong <yangshuyong@xiaomi.com>
This commit is contained in:
yangshuyong
2023-06-06 16:32:15 +08:00
committed by Xiang Xiao
parent b84fbe87ee
commit 6f6977d002
10 changed files with 1573 additions and 0 deletions
+25
View File
@@ -2010,6 +2010,31 @@ config DEBUG_VIRTIO_INFO
endif # DEBUG_VIDEO
config DEBUG_RESET
bool "RESET Debug Features"
default n
depends on RESET
---help---
Enable RESET debug features.
if DEBUG_RESET
config DEBUG_RESET_ERROR
bool "RESET Error Output"
default n
depends on DEBUG_ERROR
---help---
Enable RESET driver error output to SYSLOG.
config DEBUG_RESET_INFO
bool "RESET Informational Output"
default n
depends on DEBUG_INFO
---help---
Enable RESET driver informational output to SYSLOG.
endif # DEBUG_RESET
endif # DEBUG_FEATURES
config ARCH_HAVE_STACKCHECK