summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-08-01 11:47:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-08-01 11:47:10 +0200
commitaca52174a9c43aabdf5b5874c7902181a047f61a (patch)
tree9d17e41af46cddcaeff59e42dbe3f22b1248cccc /common/Kconfig
parentc10e20846ddbd0f6f062fb5faa66a9570fbcedc7 (diff)
downloadbarebox-aca52174a9c43aabdf5b5874c7902181a047f61a.tar.gz
barebox-aca52174a9c43aabdf5b5874c7902181a047f61a.tar.xz
console: add a simple console for saving space
Add a simple console layer which is not able to handle multiple consoles for those who don't need it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index c0112a54e2..a2bb5e8c03 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -223,6 +223,20 @@ config TIMESTAMP
commands like bootm or iminfo. This option is
automatically enabled when you select CFG_CMD_DATE .
+config CONSOLE_FULL
+ bool
+ default y
+ prompt "Enable full console support"
+ help
+ This option enables full console support capable of
+ handling multiple consoles.
+
+config CONSOLE_SIMPLE
+ bool
+ default y
+ depends on !CONSOLE_FULL
+
+
config CONSOLE_ACTIVATE_FIRST
bool
default y