aboutsummaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
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.