]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
dm: core: Correct reference to DM_SPL in SPL_DM_STATS
authorSimon Glass <sjg@chromium.org>
Sun, 12 Nov 2023 20:03:46 +0000 (13:03 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 23:59:58 +0000 (18:59 -0500)
This does not existing anymore. Update SPL_DM_STATS to use the correct
Kconfig option, which is SPL_DM

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/Kconfig

index fe5c41d57ecdbf55b107d8cbd27c036a9799b47c..209d90e01fa5ba2d431da309ef8e9b34bb51c838 100644 (file)
@@ -88,7 +88,7 @@ config DM_STATS
 
 config SPL_DM_STATS
        bool "Collect and show driver model stats in SPL"
-       depends on DM_SPL
+       depends on SPL_DM
        help
          Enable this to collect and display memory statistics about driver
          model. This can help to figure out where all the memory is going and