]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/reset/Kconfig
reset: add Tegra186 reset driver
[karo-tx-uboot.git] / drivers / reset / Kconfig
index 0fe8cc3827f14bea1f04e9ff29722a09182aa621..5b84f2178b7121ca7ea98f909ee197c4b8e7af47 100644 (file)
@@ -20,4 +20,11 @@ config SANDBOX_RESET
          simply accepts requests to reset various HW modules without actually
          doing anything beyond a little error checking.
 
+config TEGRA186_RESET
+       bool "Enable Tegra186 BPMP-based reset driver"
+       depends on TEGRA186_BPMP
+       help
+         Enable support for manipulating Tegra's on-SoC reset signals via IPC
+         requests to the BPMP (Boot and Power Management Processor).
+
 endmenu