summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p8z77-series/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-17 17:58:47 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-05-20 17:49:52 +0000
commite9da6c11f6103ba1ee184838aac6104bc77485d9 (patch)
treec470483f0ef147bdc32029716017db50fe387b23 /src/mainboard/asus/p8z77-series/Kconfig
parent6f925064152f2227b12ff68ef72289cf76be5d7c (diff)
downloadcoreboot-e9da6c11f6103ba1ee184838aac6104bc77485d9.tar.xz
mb/asus/p8z77-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: If38ca49dba81921a3e7abe22542ae74d8914a38d Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54412 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/asus/p8z77-series/Kconfig')
-rw-r--r--src/mainboard/asus/p8z77-series/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asus/p8z77-series/Kconfig b/src/mainboard/asus/p8z77-series/Kconfig
index 8927ff5fd5..d09b3cb7b5 100644
--- a/src/mainboard/asus/p8z77-series/Kconfig
+++ b/src/mainboard/asus/p8z77-series/Kconfig
@@ -7,6 +7,7 @@ config BOARD_ASUS_P8Z77_SERIES
select HAVE_CMOS_DEFAULT
select HAVE_OPTION_TABLE
select INTEL_GMA_HAVE_VBT
+ select INTEL_INT15
select MAINBOARD_HAS_LIBGFXINIT
select NORTHBRIDGE_INTEL_SANDYBRIDGE
select SERIRQ_CONTINUOUS_MODE