summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-11-27 16:38:59 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-27 17:15:00 +0100
commit7a9bf3b07972e4b803c31af0813a17dbf2b5a93b (patch)
tree328a34fda671c0fe35beea10706c09756c4cf2b0 /commands/Kconfig
parent08115be109b31dc3a075b6ca11d54e74870e6cc4 (diff)
downloadbarebox-7a9bf3b07972e4b803c31af0813a17dbf2b5a93b.tar.gz
barebox-7a9bf3b07972e4b803c31af0813a17dbf2b5a93b.tar.xz
command: load[sbxy]: Depend on CONSOLE_FULL
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 494a0192a6..a3d8eafef0 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