summaryrefslogtreecommitdiffstats
path: root/src/console/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-03 12:22:04 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-10-13 08:40:52 +0000
commit12d48cdf67c3b3d0be2259377c1dce0522f434c7 (patch)
tree55af91c903f1c1c23cf5d09a37bea8e40e886fef /src/console/Kconfig
parent0b418bd287e47ca74b124617c681b1d5267b036f (diff)
downloadcoreboot-12d48cdf67c3b3d0be2259377c1dce0522f434c7.tar.gz
coreboot-12d48cdf67c3b3d0be2259377c1dce0522f434c7.tar.bz2
coreboot-12d48cdf67c3b3d0be2259377c1dce0522f434c7.zip
src: Rename EM100Pro-specific SPI console Kconfig option
To avoid confusion with `flashconsole` (CONSOLE_SPI_FLASH), prefix this option with `EM100Pro`. Looks like it is not build-tested, however. Change-Id: I4868fa52250fbbf43e328dfd12e0e48fc58c4234 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45973 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index bad6c564fc6d..283488c27bc3 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -294,9 +294,9 @@ config CONSOLE_QEMU_DEBUGCON_PORT
depends on CONSOLE_QEMU_DEBUGCON
default 0x402
-config SPI_CONSOLE
- bool "SPI debug console output"
- depends on HAVE_SPI_CONSOLE_SUPPORT && !DEBUG_SPI_FLASH
+config EM100PRO_SPI_CONSOLE
+ bool "EM100Pro SPI debug console output"
+ depends on HAVE_EM100PRO_SPI_CONSOLE_SUPPORT && !DEBUG_SPI_FLASH
help
Enable support for the debug console on the Dediprog EM100Pro.
This is currently working only in ramstage due to how the spi