reset: Add generic reset driver
[platform/kernel/u-boot.git] / drivers / reset / Kconfig
index 65101ab..58ba0c6 100644 (file)
@@ -33,7 +33,7 @@ config STM32_RESET
        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