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
+10
View File
@@ -0,0 +1,10 @@
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
menuconfig RESET
bool "reset driver Support"
default n
---help---
This selection enables building of the "upper-half" reset driver.