Merge git://git.denx.de/u-boot-marvell
[oweals/u-boot.git] / drivers / reset / Kconfig
index 3964b9eb6e18b208c689e731e23edb42c96b4b22..6ec6f39c85f0d3ba91ff3c8eabf8235792a2e191 100644 (file)
@@ -30,7 +30,7 @@ config STI_RESET
 
 config STM32_RESET
        bool "Enable the STM32 reset"
-       depends on STM32
+       depends on 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.
@@ -49,6 +49,14 @@ config TEGRA186_RESET
          Enable support for manipulating Tegra's on-SoC reset signals via IPC
          requests to the BPMP (Boot and Power Management Processor).
 
+config RESET_TI_SCI
+       bool "TI System Control Interface (TI SCI) reset driver"
+       depends on DM_RESET && TI_SCI_PROTOCOL
+       help
+         This enables the reset driver support over TI System Control Interface
+         available on some new TI's SoCs. If you wish to use reset resources
+         managed by the TI System Controller, say Y here. Otherwise, say N.
+
 config RESET_BCM6345
        bool "Reset controller driver for BCM6345"
        depends on DM_RESET && ARCH_BMIPS
@@ -83,4 +91,40 @@ config RESET_ROCKCHIP
          though is that some reset signals, like I2C or MISC reset multiple
          devices.
 
+config RESET_MESON
+       bool "Reset controller driver for Amlogic Meson SoCs"
+       depends on DM_RESET && ARCH_MESON
+       imply REGMAP
+       default y
+       help
+         Support for reset controller on Amlogic Meson SoC.
+
+config RESET_SOCFPGA
+       bool "Reset controller driver for SoCFPGA"
+       depends on DM_RESET && ARCH_SOCFPGA
+       default y
+       help
+         Support for reset controller on SoCFPGA platform.
+
+config RESET_MEDIATEK
+       bool "Reset controller driver for MediaTek SoCs"
+       depends on DM_RESET && ARCH_MEDIATEK && CLK
+       default y
+       help
+         Support for reset controller on MediaTek SoCs.
+
+config RESET_SUNXI
+       bool "RESET support for Allwinner SoCs"
+       depends on DM_RESET && ARCH_SUNXI
+       default y
+       help
+         This enables support for common reset driver for
+         Allwinner SoCs.
+
+config RESET_HISILICON
+       bool "Reset controller driver for HiSilicon SoCs"
+       depends on DM_RESET
+       help
+         Support for reset controller on HiSilicon SoCs.
+
 endmenu