summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-01-23 11:01:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-01-23 20:34:16 +0100
commitb1da925c8a8ab9145cbbc3d9359f8d81881b261d (patch)
treea2d268343f2e9b7f2d33e94adef26ac2e8c10850 /commands/Kconfig
parent2bdc28c475654435f0c92a578d7ad44de6638f61 (diff)
downloadbarebox-b1da925c8a8ab9145cbbc3d9359f8d81881b261d.tar.gz
barebox-b1da925c8a8ab9145cbbc3d9359f8d81881b261d.tar.xz
introduce console none support
this will allow to have no console support Use full for bootstrap as we can save 6.5 KiB (barebox.bin) and 3.8 KiB (zbarebox.bin lzo) on at91sam9263 as example vs console simple As on bootstrap we have often very limited size. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 53cee5cbf9..2e8f214ead 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -260,6 +260,7 @@ endmenu
menu "memory"
config CMD_LOADB
+ depends on !CONSOLE_NONE
select CRC16
tristate
prompt "loadb"
@@ -267,10 +268,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"