From: Heinrich Schuchardt Date: Thu, 19 Apr 2018 19:59:04 +0000 (+0200) Subject: log: CONFIG_LOG should select CONFIG_DM X-Git-Tag: v2018.05-rc3~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9adc78d278bec84b638aa3b25b102f3cfb21438c;p=u-boot log: CONFIG_LOG should select CONFIG_DM Compling with CONFIG_LOG and without CONFIG_DM results in common/log.c:47: undefined reference to `uclass_get_name' Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/common/Kconfig b/common/Kconfig index 03eeeb2402..4c7a1a9af8 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -424,6 +424,7 @@ menu "Logging" config LOG bool "Enable logging support" + select DM help This enables support for logging of status and debug messages. These can be displayed on the console, recorded in a memory buffer, or