From aba468b329f68976c6ac5c4a04b3b78b224f07df Mon Sep 17 00:00:00 2001 From: Hal Martin Date: Tue, 5 Dec 2017 20:52:09 +0000 Subject: mb/compulab/intense_pc: enable SuperIO UART Enable the UART via SMSC SIO1007 SuperIO, this allows you to see boot boot messages from coreboot over the integrated RS-232 port (requires use of included dongle). Change-Id: I11a4c532ed73a0cf27d6e7bef6e04035c3942567 Signed-off-by: Hal Martin Reviewed-on: https://review.coreboot.org/22737 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/compulab/intense_pc/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/compulab/intense_pc/Kconfig') diff --git a/src/mainboard/compulab/intense_pc/Kconfig b/src/mainboard/compulab/intense_pc/Kconfig index 81085bc240..557b8ff721 100644 --- a/src/mainboard/compulab/intense_pc/Kconfig +++ b/src/mainboard/compulab/intense_pc/Kconfig @@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS select SOUTHBRIDGE_INTEL_C216 select SYSTEM_TYPE_LAPTOP select USE_NATIVE_RAMINIT + select SUPERIO_SMSC_SIO1007 config HAVE_IFD_BIN bool -- cgit v1.2.3