]> git.sur5r.net Git - u-boot/blobdiff - drivers/core/Kconfig
cmd: ti: Generalize cmd_ddr3 command
[u-boot] / drivers / core / Kconfig
index 7afef1f9a3f6f273894ca9207d7de4a274ba0fa6..e8ba20ca82d362316e9edfc3e4e6967f04ea7559 100644 (file)
@@ -45,6 +45,12 @@ config DM_WARN
          This will cause dm_warn() to be compiled out - it will do nothing
          when called.
 
+config DM_DEBUG
+       bool "Enable debug messages in driver model core"
+       depends on DM
+       help
+         Say Y here if you want to compile in debug messages in DM core.
+
 config DM_DEVICE_REMOVE
        bool "Support device removal"
        depends on DM