reset: Add generic reset driver
[platform/kernel/u-boot.git] / drivers / reset / Kconfig
index 75ccd65..58ba0c6 100644 (file)
@@ -30,10 +30,10 @@ config STI_RESET
 
 config STM32_RESET
        bool "Enable the STM32 reset"
-       depends on STM32 || ARCH_STM32MP
+       depends on ARCH_STM32 || ARCH_STM32MP
        help
          Support for reset controllers on STMicroelectronics STM32 family SoCs.
-         This resset driver is compatible with STM32 F4/F7 and H7 SoCs.
+         This reset driver is compatible with STM32 F4/F7 and H7 SoCs.
 
 config TEGRA_CAR_RESET
        bool "Enable Tegra CAR-based reset driver"
@@ -148,4 +148,9 @@ config RESET_IMX7
        help
          Support for reset controller on i.MX7/8 SoCs.
 
+config RESET_SYSCON
+       bool "Enable generic syscon reset driver support"
+       depends on DM_RESET
+       help
+         Support generic syscon mapped register reset devices.
 endmenu