summaryrefslogtreecommitdiffstats
path: root/src/mainboard/siemens
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2021-10-07 12:44:21 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-10-11 12:49:29 +0000
commit645b4d6efcd827a6333bfd9c9c229ba8a48b8226 (patch)
tree81cf0c3909b8acb07b4bcfa6b0fb5671ae0f1e27 /src/mainboard/siemens
parent4951fe1fb7cb50058aeb80f49403509caa263541 (diff)
downloadcoreboot-645b4d6efcd827a6333bfd9c9c229ba8a48b8226.tar.gz
coreboot-645b4d6efcd827a6333bfd9c9c229ba8a48b8226.tar.bz2
coreboot-645b4d6efcd827a6333bfd9c9c229ba8a48b8226.zip
mb/siemens/mc_ehl2: Disable INTEL_LPSS_UART_FOR_CONSOLE
This mainboard uses an eSPI-to-LPC bridge for console output. For this reason, the internal LPSS UART must be disabled. Change-Id: I86777cf719def331f4d257ddd94e9a87125ebce8 Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58169 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r--src/mainboard/siemens/mc_ehl/variants/mc_ehl2/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/Kconfig b/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/Kconfig
index f577b243e9ae..0dbb800da0ef 100644
--- a/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/Kconfig
+++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/Kconfig
@@ -3,7 +3,6 @@ if BOARD_SIEMENS_MC_EHL2
config BOARD_SPECIFIC_OPTIONS
def_bool y
select DRIVER_INTEL_I210
- select INTEL_LPSS_UART_FOR_CONSOLE
config FMDFILE
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/mc_ehl.fmd"