]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/reset/Kconfig
reset: implement a driver for the Tegra CAR
[karo-tx-uboot.git] / drivers / reset / Kconfig
index 0fe8cc3827f14bea1f04e9ff29722a09182aa621..4fcc0d95b4f1e0c1545ca1ca2c39b13c9c541120 100644 (file)
@@ -20,4 +20,18 @@ config SANDBOX_RESET
          simply accepts requests to reset various HW modules without actually
          doing anything beyond a little error checking.
 
+config TEGRA_CAR_RESET
+       bool "Enable Tegra CAR-based reset driver"
+       depends on TEGRA_CAR
+       help
+         Enable support for manipulating Tegra's on-SoC reset signals via
+         direct register access to the Tegra CAR (Clock And Reset controller).
+
+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