mb/asus/h61-series: Always select `INTEL_INT15`
commit13d5d98bd580c1f67579c59807f8d14a733086f3
authorAngel Pons <th3fanbus@gmail.com>
Mon, 17 May 2021 12:12:49 +0000 (17 14:12 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Thu, 20 May 2021 17:46:41 +0000 (20 17:46 +0000)
treec70d9b3b7a64628a8360600e58a9499e182c63cf
parent3ec960a482b45ee88a1b86be90bf71b9b5e0c4ac
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54379
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
src/mainboard/asus/h61-series/Kconfig
src/mainboard/asus/h61-series/Kconfig.name
src/mainboard/asus/h61-series/mainboard.c