diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2021-09-30 12:59:43 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-10-01 14:07:00 +0000 |
commit | 0bebcdb16576780de8679cbe24f6dee8d2e0121f (patch) | |
tree | 47cef30cb3426c28871fc3552549e126414f55cd /src/mainboard/siemens | |
parent | 16e815fcadd1e139082b04f6763a4ad9b3be8928 (diff) |
mb/siemens/mc_ehl1: Enable LPSS UART
Enable LPSS UART for coreboot console on mc_ehl1.
Change-Id: Id995953741d48fbbe2482ff7c0ef81cac5a31207
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58049
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r-- | src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Kconfig b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Kconfig index a9a5a4ca15..bc799ddad9 100644 --- a/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Kconfig +++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Kconfig @@ -3,6 +3,7 @@ if BOARD_SIEMENS_MC_EHL1 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" |