Skip to content
Snippets Groups Projects
Commit 9adc78d2 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 1eb2e71e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment