]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/reset/Kconfig
rockchip: reset: support a (common) rockchip reset drivers
[people/ms/u-boot.git] / drivers / reset / Kconfig
index e6af7da8fe59292f4238e23b3ccef29b9c72986c..3964b9eb6e18b208c689e731e23edb42c96b4b22 100644 (file)
@@ -28,6 +28,13 @@ config STI_RESET
          Say Y if you want to control reset signals provided by system config
          block.
 
+config STM32_RESET
+       bool "Enable the STM32 reset"
+       depends on STM32
+       help
+         Support for reset controllers on STMicroelectronics STM32 family SoCs.
+         This resset driver is compatible with STM32 F4/F7 and H7 SoCs.
+
 config TEGRA_CAR_RESET
        bool "Enable Tegra CAR-based reset driver"
        depends on TEGRA_CAR
@@ -67,4 +74,13 @@ config AST2500_RESET
          resets that are supported by watchdog. The main limitation though
          is that some reset signals, like I2C or MISC reset multiple devices.
 
+config RESET_ROCKCHIP
+       bool "Reset controller driver for Rockchip SoCs"
+       depends on DM_RESET && ARCH_ROCKCHIP && CLK
+       default y
+       help
+         Support for reset controller on rockchip SoC. The main limitation
+         though is that some reset signals, like I2C or MISC reset multiple
+         devices.
+
 endmenu