diff --git a/commands/Kconfig b/commands/Kconfig index 494a019..a3d8eaf 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -454,7 +454,7 @@ 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 @@ -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_LOADY select XYMODEM - depends on !CONSOLE_NONE + depends on CONSOLE_FULL tristate prompt "loady" help