[PATCH 05/11] command: load[sbxy]: Depend on CONSOLE_FULL
Sascha Hauer
s.hauer at pengutronix.de
Thu Nov 27 08:15:26 PST 2014
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
commands/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/commands/Kconfig b/commands/Kconfig
index 494a019..a3d8eaf 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -454,7 +454,7 @@ config CMD_GO
in which case the file is memmapped and executed
config CMD_LOADB
- depends on !CONSOLE_NONE
+ depends on CONSOLE_FULL
select CRC16
tristate
prompt "loadb"
@@ -470,7 +470,7 @@ config CMD_LOADB
-c create file if not present
config CMD_LOADS
- depends on !CONSOLE_NONE
+ depends on CONSOLE_FULL
tristate
prompt "loads"
help
@@ -482,7 +482,7 @@ config CMD_LOADS
config CMD_LOADY
select XYMODEM
- depends on !CONSOLE_NONE
+ depends on CONSOLE_FULL
tristate
prompt "loady"
help
--
2.1.3
More information about the barebox
mailing list