projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb2e71
)
log: CONFIG_LOG should select CONFIG_DM
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 19 Apr 2018 19:59:04 +0000
(21:59 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sat, 28 Apr 2018 14:42:35 +0000
(10:42 -0400)
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 <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Kconfig
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index
03eeeb2
..
4c7a1a9
100644
(file)
--- 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