9
0
Fork 0

command: dmesg: depend on !CONSOLE_NONE

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-11-26 20:20:13 +01:00
parent 8c3b230807
commit 2fd1b13969
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ config CMD_DMESG
tristate
prompt "dmesg"
select LOGBUF
depends on !CONSOLE_NONE
help
Print or control the log message buffer.