summaryrefslogtreecommitdiffstats
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2013-02-07 13:41:56 +0800
committerDavid Hendricks <dhendrix@chromium.org>2013-02-08 02:01:16 +0100
commitf7fcb2056f2ddf151517366a4caf2b6c52b0d920 (patch)
tree6a4546ed2787e2989b6477fd033a1f23a9ea38dd /src/cpu/Kconfig
parent31bb2df5086bfde706378b1d80bd53fec69697a2 (diff)
downloadcoreboot-f7fcb2056f2ddf151517366a4caf2b6c52b0d920.tar.gz
coreboot-f7fcb2056f2ddf151517366a4caf2b6c52b0d920.tar.bz2
coreboot-f7fcb2056f2ddf151517366a4caf2b6c52b0d920.zip
console: Always allow setting "EARLY_CONSOLE" configuration.
Early console should always be allowed to be turned on / off (for generating production and debug versions), and should not be enforced by "select" Kconfig rule. A new "DEFAULT_EARLY_CONSOLE" is introduced for devices to select if they prefer early console output by default. Verified Kconfig value on qemu/x86 (default y by CACHE_AS_RAM), snow/x86 (default y by EXYNOS5 config), and intel/jarrell (default n). Change-Id: Ib1cc76d4ec115a302b95e7317224f1a40d1ab035 Signed-off-by: Hung-Te Lin <hungte@chromium.org> Reviewed-on: http://review.coreboot.org/2307 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r--src/cpu/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index c2c3816a500a..f60ffe7cced2 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -16,7 +16,7 @@ source src/cpu/x86/Kconfig
config CACHE_AS_RAM
bool
- select EARLY_CONSOLE
+ select DEFAULT_EARLY_CONSOLE
default !ROMCC
config DCACHE_RAM_BASE