summaryrefslogtreecommitdiffstats
path: root/common/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 /common/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 'common/Kconfig')
-rw-r--r--common/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 541c512dfe..43e6936465 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -484,6 +484,10 @@ config CONSOLE_SIMPLE
bool
prompt "simple"
+config CONSOLE_NONE
+ bool
+ prompt "none"
+
endchoice
choice