]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/core/Kconfig
devres: introduce Devres (Managed Device Resource) framework
[karo-tx-uboot.git] / drivers / core / Kconfig
index 5d0e949f05de670978256537ed62d124cb0e6984..a002d69d79da54aa7381a8014cd6cf3e96d5d25a 100644 (file)
@@ -78,3 +78,13 @@ config SYSCON
          as a group by a single driver. Some common functionality is provided
          by this uclass, including accessing registers via regmap and
          assigning a unique number to each.
+
+config DEBUG_DEVRES
+       bool "Managed device resources verbose debug messages"
+       depends on DM
+       help
+         If this option is enabled, devres debug messages are printed.
+         Select this if you are having a problem with devres or want to
+         debug resource management for a managed device.
+
+         If you are unsure about this, Say N here.