From 58363b4a3b770eb55e51605dd45d64b8c7e0717c Mon Sep 17 00:00:00 2001 From: Tristan Corrick Date: Sat, 8 Dec 2018 23:04:01 +1300 Subject: mb/asus/maximus_iv_gene-z: Select NO_UART_ON_SUPERIO This board doesn't have a UART on the super I/O. Selecting this option speeds up boot time from ~493 ms to ~416 ms. Change-Id: I1d84f373831381da79022638e1082adf68f47aad Signed-off-by: Tristan Corrick Reviewed-on: https://review.coreboot.org/c/30148 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Angel Pons --- src/mainboard/asus/maximus_iv_gene-z/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/asus/maximus_iv_gene-z/Kconfig') diff --git a/src/mainboard/asus/maximus_iv_gene-z/Kconfig b/src/mainboard/asus/maximus_iv_gene-z/Kconfig index 4106c642e0..c6e0dcebda 100644 --- a/src/mainboard/asus/maximus_iv_gene-z/Kconfig +++ b/src/mainboard/asus/maximus_iv_gene-z/Kconfig @@ -28,6 +28,7 @@ config BOARD_SPECIFIC_OPTIONS select INTEL_INT15 select MAINBOARD_HAS_LIBGFXINIT select NORTHBRIDGE_INTEL_SANDYBRIDGE + select NO_UART_ON_SUPERIO select SERIRQ_CONTINUOUS_MODE select SOUTHBRIDGE_INTEL_BD82X6X select SUPERIO_NUVOTON_NCT6776 -- cgit v1.2.3