]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/misc/Kconfig
dm: Add a system reset uclass
[karo-tx-uboot.git] / drivers / misc / Kconfig
index 13b512158aadeca705bce9eba6078c92c4282486..ebcd58c46dd09c5ee5724d7c6754b482bf618c49 100644 (file)
@@ -81,3 +81,12 @@ config PCA9551_I2C_ADDR
        default 0x60
        help
          The I2C address of the PCA9551 LED controller.
+
+config RESET
+       bool "Enable support for reset drivers"
+       depends on DM
+       help
+         Enable reset drivers which can be used to reset the CPU or board.
+         Each driver can provide a reset method which will be called to
+         effect a reset. The uclass will try all available drivers when
+         reset_walk() is called.