[PATCH 3/3] command: dmesg: depend on !CONSOLE_NONE
Sascha Hauer
s.hauer at pengutronix.de
Thu Nov 27 05:33:27 PST 2014
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
commands/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/commands/Kconfig b/commands/Kconfig
index 8dfd826..52ba8b3 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -88,6 +88,7 @@ config CMD_DMESG
tristate
prompt "dmesg"
select LOGBUF
+ depends on !CONSOLE_NONE
help
Print or control the log message buffer.
--
2.1.3
More information about the barebox
mailing list