aboutsummaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-04-15 18:19:48 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-04-30 07:00:20 +0200
commit48713a1bf7c2e55c34609a051b0dee7166c4a017 (patch)
tree9acd812354b8884a189a6af5e7e5b7d78dbed478 /src/console/Kconfig
parent28837c6b014dec37a3b4deeb8407469356b81e05 (diff)
console: Drop EARLY_CONSOLE option
We have means to easily disable a specific console in romstage if necessary, so this global option makes little sense. The option was initially introduced as a work-around for build issues around CACHE_AS_RAM, ROMCC and ARCH_ARMV7 dependencies for UARTs. Change-Id: I797bdd11a48ddd813d3ee7ccef9a0c050f16f669 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5607 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 703e5c7d38..887c1e22ee 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -7,17 +7,9 @@ config BOOTBLOCK_CONSOLE
help
Use console during the bootblock if supported
-config EARLY_CONSOLE
- bool "Enable early (pre-RAM) console output."
- default y if CACHE_AS_RAM
- default n
- help
- Use console during early (pre-RAM) boot stages
-
config SQUELCH_EARLY_SMP
bool "Squelch AP CPUs from early console."
default y
- depends on EARLY_CONSOLE
help
When selected only the BSP CPU will output to early console.