diff options
author | Hal Martin <hal.martin@gmail.com> | 2017-12-05 20:52:09 +0000 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-01-12 21:13:10 +0000 |
commit | aba468b329f68976c6ac5c4a04b3b78b224f07df (patch) | |
tree | 4d17a2dd89ad10cb3ebd9d126f3aef19a56fc573 /src/mainboard/compulab/intense_pc/Kconfig | |
parent | ee8da1c3ae873a21767d82c88539b34fd9eff10b (diff) |
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 <hal.martin@gmail.com>
Reviewed-on: https://review.coreboot.org/22737
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/compulab/intense_pc/Kconfig')
-rw-r--r-- | src/mainboard/compulab/intense_pc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |