[PATCH 1/3] command: login: depend on !CONSOLE_NONE
Sascha Hauer
s.hauer at pengutronix.de
Thu Nov 27 05:33:25 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 494a019..0c11209 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1262,6 +1262,7 @@ config CMD_EDIT
config CMD_LOGIN
tristate
select PASSWORD
+ depends on !CONSOLE_NONE
prompt "login"
help
Ask for a password
--
2.1.3
More information about the barebox
mailing list