summaryrefslogtreecommitdiff
path: root/drivers/reset/Kconfig
diff options
context:
space:
mode:
authorKeerthy <[email protected]>2022-01-27 13:16:51 +0100
committerTom Rini <[email protected]>2022-02-08 09:41:27 -0500
commit795b2c476f7dd7ecf9de95d8dca8ef0c8657dde4 (patch)
treee70f671c33efe6a2c2b95d0b1170bcdbb7a8a60f /drivers/reset/Kconfig
parentc55d6c6bc7b64645085fca9f59125b433138aee7 (diff)
reset: dra7: Add a reset driver
Add a reset driver to bring IPs out of reset. Signed-off-by: Keerthy <[email protected]> [Amjad: reset_ops structure member "free" has been renamed to "rfree", use the latter instead] Signed-off-by: Amjad Ouled-Ameur <[email protected]>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r--drivers/reset/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index d73daf5e318..b57714111b5 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -206,4 +206,10 @@ config RESET_ZYNQMP
passing request via Xilinx firmware interface to TF-A and PMU
firmware.
+config RESET_DRA7
+ bool "Support for TI's DRA7 Reset driver"
+ depends on DM_RESET
+ help
+ Support for TI DRA7-RESET subsystem. Basic Assert/Deassert
+ is supported.
endmenu