summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:01 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:01 +0200
commitf1b8cfbd1d0c0a5254435f882cd4eaa5eac23ead (patch)
tree0f15f58d4594cc568bbae2172ec306d1773f8be1 /common/Kconfig
parent30528be5fca26decf1444b7b03f2ad50ac9b51b2 (diff)
downloadbarebox-f1b8cfbd1d0c0a5254435f882cd4eaa5eac23ead.tar.gz
barebox-f1b8cfbd1d0c0a5254435f882cd4eaa5eac23ead.tar.xz
svn_rev_525
make default behaviour of consoles configurable
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index cfd59a720d..9370c23bb0 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -91,6 +91,22 @@ config TIMESTAMP
commands like bootm or iminfo. This option is
automatically enabled when you select CFG_CMD_DATE .
+config CONSOLE_ACTIVATE_FIRST
+ bool
+ default y
+ prompt "activate first console on startup"
+ help
+ Normally on startup all consoles are disabled, so you won't
+ see anything from U-Boot starting. Enabling this option
+ enables the first console.
+
+config CONSOLE_ACTIVATE_ALL
+ bool
+ depends on !CONSOLE_ACTIVATE_FIRST
+ prompt "activate all consoles on startup"
+ help
+ Enabling this options activates all consoles on startup, so
+ you will get output and a prompt on all consoles simultaneously.
endmenu
menu "Commands"