From 6d816b3b43a61e0462c43b26d538ecf46f63a801 Mon Sep 17 00:00:00 2001 From: Nicholas Sudsgaard Date: Mon, 29 Sep 2025 07:28:55 +0900 Subject: [PATCH] mb/asus/h610i-plus-d4: Add missing AZALIA_USE_LEGACY_VERB_TABLE When commit 50a59d446491 ("device: Add Kconfig to prepare for reworked verb table implementation") was created this mainboard was not in the main branch and therefore was not accounted for. However, since it got merged right before the commit mentioned above was merged, there was no time to add it. Add this Kconfig to fix the build system from failing. Change-Id: If7382125122b4d54332f52d922d8af84ba51763c Signed-off-by: Nicholas Sudsgaard Reviewed-on: https://review.coreboot.org/c/coreboot/+/89368 Reviewed-by: Felix Singer Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Matt DeVillier --- src/mainboard/asus/h610i-plus-d4/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/asus/h610i-plus-d4/Kconfig b/src/mainboard/asus/h610i-plus-d4/Kconfig index e4f7598066..5d76d2b508 100644 --- a/src/mainboard/asus/h610i-plus-d4/Kconfig +++ b/src/mainboard/asus/h610i-plus-d4/Kconfig @@ -1,6 +1,7 @@ ## SPDX-License-Identifier: GPL-2.0-only config BOARD_ASUS_H610I_PLUS_D4 + select AZALIA_USE_LEGACY_VERB_TABLE select BOARD_ROMSIZE_KB_16384 select DRIVERS_UART_8250IO select HAVE_ACPI_RESUME