aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-09-22 18:49:08 +0000
committerMyles Watson <mylesgw@gmail.com>2009-09-22 18:49:08 +0000
commit45bb25f36f05df7bf9ccbf9e038169d6619aba48 (patch)
tree4d3a1d3c55642453512b4f5908fa0bbc5031e377 /src/console
parent3fec29cc963c95d44ff45151a1bc64d8988073ab (diff)
tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...
Kconfig_bools.diff: Change some more ints to bools, change some default values. xip_size.diff: Make XIP_SIZE + XIP_BASE add up to 4GB. smp.diff: set CONFIG_SMP based on MAX_CPUS. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4655 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index d4acf51a7d..ed3a07feeb 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -32,6 +32,12 @@ config CONSOLE_VGA
bool "Use VGA console, once initialized."
default n
+config CONSOLE_VGA_ONBOARD_AT_FIRST
+ bool "Use onboard VGA as primary"
+ default n
+ help
+ If not selected, the last adapter found will be used.
+
config MAXIMUM_CONSOLE_LOGLEVEL
int "Maximum console loglevel"
default 9