drivers/reset: support rpmsg reset

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
dongjiuzhu1
2023-09-27 18:43:15 +08:00
committed by Xiang Xiao
parent df298c186f
commit 97d684847b
6 changed files with 893 additions and 2 deletions
+7
View File
@@ -8,3 +8,10 @@ menuconfig RESET
default n
---help---
This selection enables building of the "upper-half" reset driver.
config RESET_RPMSG
bool "Reset rpmsg driver support"
depends on RESET && RPTUN
default n
---help---
This selection enables rpmsg support for reset.