summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index c9a53b773e..1addd91d24 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -267,6 +267,7 @@ endmenu
menu "memory"
config CMD_LOADB
+ depends on !CONSOLE_NONE
select CRC16
tristate
prompt "loadb"
@@ -274,10 +275,12 @@ config CMD_LOADB
config CMD_LOADY
select CRC16
select XYMODEM
+ depends on !CONSOLE_NONE
tristate
prompt "loady"
config CMD_LOADS
+ depends on !CONSOLE_NONE
tristate
prompt "loads"