Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- 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 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox