projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30ba23
)
common: Log should depends on DM not be selected by DM
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 23 Jul 2018 13:55:11 +0000
(15:55 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 30 Jul 2018 11:18:47 +0000
(07:18 -0400)
Better use depends on instead of select.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/Kconfig
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index 9f6a1622d1e1db53552f212924e32857d785a6a8..4d7215a360861ea7f14b57e058465444c2bfb096 100644
(file)
--- a/
common/Kconfig
+++ b/
common/Kconfig
@@
-430,7
+430,7
@@
menu "Logging"
config LOG
bool "Enable logging support"
-
select
DM
+
depends on
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