common: Log should depends on DM not be selected by DM
Better use depends on instead of select. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d30ba2315a
commit
563273dfa9
|
|
@ -430,7 +430,7 @@ menu "Logging"
|
||||||
|
|
||||||
config LOG
|
config LOG
|
||||||
bool "Enable logging support"
|
bool "Enable logging support"
|
||||||
select DM
|
depends on DM
|
||||||
help
|
help
|
||||||
This enables support for logging of status and debug messages. These
|
This enables support for logging of status and debug messages. These
|
||||||
can be displayed on the console, recorded in a memory buffer, or
|
can be displayed on the console, recorded in a memory buffer, or
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue