From 13d5d98bd580c1f67579c59807f8d14a733086f3 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 17 May 2021 14:12:49 +0200 Subject: mb/asus/h61-series: Always select `INTEL_INT15` The mainboard.c guard was only added to preserve reproducibility when unifying the boards. The `install_intel_vga_int15_handler` function does nothing when `VGA_ROM_RUN` is not selected. Remove the guard and always select `INTEL_INT15` for simplicity. Change-Id: If51a0ab1c57b0856018a62cf669e5d1b53e5333c Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/54379 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/asus/h61-series/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/asus/h61-series/Kconfig') diff --git a/src/mainboard/asus/h61-series/Kconfig b/src/mainboard/asus/h61-series/Kconfig index cadc9841de..e776a54813 100644 --- a/src/mainboard/asus/h61-series/Kconfig +++ b/src/mainboard/asus/h61-series/Kconfig @@ -5,6 +5,7 @@ config BOARD_ASUS_H61_SERIES select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select INTEL_GMA_HAVE_VBT + select INTEL_INT15 select MAINBOARD_HAS_LIBGFXINIT select NORTHBRIDGE_INTEL_SANDYBRIDGE select SERIRQ_CONTINUOUS_MODE -- cgit v1.2.3