summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-12-08 14:54:11 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-08 14:54:11 +0100
commit9b1d12fff0650706eb3c335d31bd378b5d873cb2 (patch)
tree360c6a3a1d2e9aeca0463f1ec4e49e1a3dcd0b8e /commands/Kconfig
parent3eade89c7573f8893fe045290e374d4502092e13 (diff)
parent3bfd83d0f1fb3cedef7c803ad7f5cee78ca3415d (diff)
downloadbarebox-9b1d12fff0650706eb3c335d31bd378b5d873cb2.tar.gz
barebox-9b1d12fff0650706eb3c335d31bd378b5d873cb2.tar.xz
Merge branch 'for-next/randconfig'
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