diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2021-03-24 02:03:03 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2021-07-04 13:11:55 +0000 |
commit | ca4e6aa3ade3a0fae4205ef86fdf049e87c93f4c (patch) | |
tree | a9678d6965b934540c16ceffb94dd6889ba1a59d /src/mainboard/supermicro/x11-lga1151-series | |
parent | db28040ee1ea79ec6f31a3c5f815ce34acbc118b (diff) |
supermicro/x11: enable COMB via LPC
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 <lynxis@fe80.eu>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51759
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/supermicro/x11-lga1151-series')
-rw-r--r-- | src/mainboard/supermicro/x11-lga1151-series/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |