common: Log should depends on DM not be selected by DM
authorMichal Simek <michal.simek@xilinx.com>
Mon, 23 Jul 2018 13:55:11 +0000 (15:55 +0200)
committerTom 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

index 9f6a162..4d7215a 100644 (file)
@@ -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