summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
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 2a73bf1f87..509e93512d 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -455,7 +455,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"
@@ -471,7 +471,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
@@ -483,7 +483,7 @@ config CMD_LOADS
config CMD_LOADY
select XYMODEM
- depends on !CONSOLE_NONE
+ depends on CONSOLE_FULL
tristate
prompt "loady"
help