]> git.sur5r.net Git - u-boot/blobdiff - drivers/reset/Kconfig
pl011: Convert CONFIG_PL011_SERIAL to Kconfig
[u-boot] / drivers / reset / Kconfig
index ce46e2752c256873ddbf29bc0d47ff2605becdd2..3964b9eb6e18b208c689e731e23edb42c96b4b22 100644 (file)
@@ -74,4 +74,13 @@ config AST2500_RESET
          resets that are supported by watchdog. The main limitation though
          is that some reset signals, like I2C or MISC reset multiple devices.
 
+config RESET_ROCKCHIP
+       bool "Reset controller driver for Rockchip SoCs"
+       depends on DM_RESET && ARCH_ROCKCHIP && CLK
+       default y
+       help
+         Support for reset controller on rockchip SoC. The main limitation
+         though is that some reset signals, like I2C or MISC reset multiple
+         devices.
+
 endmenu