From ca4e6aa3ade3a0fae4205ef86fdf049e87c93f4c Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 24 Mar 2021 02:03:03 +0100 Subject: [PATCH] supermicro/x11: enable COMB via LPC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow to use the 2nd COM port of the AST2400 which can be also used via IPMI/serial-over-lan. Change-Id: I6f9c85b1f5428d3c3acf7a2f20296134c4611b1e Signed-off-by: Alexander Couzens Reviewed-on: https://review.coreboot.org/c/coreboot/+/51759 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner Reviewed-by: Paul Menzel --- src/mainboard/supermicro/x11-lga1151-series/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/supermicro/x11-lga1151-series/Kconfig b/src/mainboard/supermicro/x11-lga1151-series/Kconfig index 3342b04ef3..b2497e5ee8 100644 --- a/src/mainboard/supermicro/x11-lga1151-series/Kconfig +++ b/src/mainboard/supermicro/x11-lga1151-series/Kconfig @@ -14,6 +14,7 @@ config BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES select SUPERIO_ASPEED_HAS_UART_DELAY_WORKAROUND select NO_FADT_8042 select DRIVERS_UART_8250IO + select SOC_INTEL_COMMON_BLOCK_LPC_COMB_ENABLE if BOARD_SUPERMICRO_BASEBOARD_X11_LGA1151_SERIES