Merge tag 'mips-pull-2019-11-16' of git://git.denx.de/u-boot-mips
[oweals/u-boot.git] / drivers / reset / Kconfig
index ccfdac7823e8fac6b12c035085ae1d852de721f1..3a6d61f440cda46cb80d16c67757666552d4be99 100644 (file)
@@ -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
@@ -91,4 +99,18 @@ config RESET_MESON
        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.
+
 endmenu