]> git.sur5r.net Git - u-boot/blobdiff - drivers/reset/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-samsung
[u-boot] / drivers / reset / Kconfig
index 4fcc0d95b4f1e0c1545ca1ca2c39b13c9c541120..fa77ee4adae25be8ba797191595fc6fefef53596 100644 (file)
@@ -20,6 +20,14 @@ config SANDBOX_RESET
          simply accepts requests to reset various HW modules without actually
          doing anything beyond a little error checking.
 
+config STI_RESET
+       bool "Enable the STi reset"
+       depends on ARCH_STI
+       help
+         Support for reset controllers on STMicroelectronics STiH407 family SoCs.
+         Say Y if you want to control reset signals provided by system config
+         block.
+
 config TEGRA_CAR_RESET
        bool "Enable Tegra CAR-based reset driver"
        depends on TEGRA_CAR
@@ -34,4 +42,13 @@ 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_UNIPHIER
+       bool "Reset controller driver for UniPhier SoCs"
+       depends on ARCH_UNIPHIER
+       default y
+       help
+         Support for reset controllers on UniPhier SoCs.
+         Say Y if you want to control reset signals provided by System Control
+         block, Media I/O block, Peripheral Block.
+
 endmenu