aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-10-02 18:01:18 -0700
committerAaron Durbin <adurbin@chromium.org>2016-01-21 05:37:27 +0100
commitee464b17ced5a4e85327bb11b42a663213393903 (patch)
tree2806f2f0752a649686aa562a859c00bb722fa5a7 /src/console
parentcc96624de4b7b80a7c502d5a99197a71be7a0cf6 (diff)
console: Simplify bootblock console Kconfig selection logic
Instead of depending BOOTBLOCK_CONSOLE on a set of architectures, allow the arch or platform to specify whether it can provide a C environment. This simplifies the selection logic. Change-Id: Ia3e41796d9aea197cee0a073acce63761823c3aa Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc@intel.com> Reviewed-on: https://review.coreboot.org/12871 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 73c6b282a3..85b04ef48e 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -2,7 +2,7 @@ menu "Console"
config BOOTBLOCK_CONSOLE
bool "Enable early (bootblock) console output."
- depends on ARCH_ARM || ARCH_ARM64 || ARCH_RISCV || ARCH_MIPS
+ depends on C_ENVIRONMENT_BOOTBLOCK
default n
help
Use console during the bootblock if supported