From b6b79e980e9312c8a0d10c329212d7ec961cef1d Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sun, 19 Jan 2025 07:47:46 -0700 Subject: [PATCH] mb/asrock/z87_extreme4: Select correct Kconfig for ASM1061 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit fee8bcbcfb55 ("drivers/asmedia: Add code to enable AHCI for ASM1061") renamed the ASMEDIA_ASPM_BLACKLIST Kconfig to ASMEDIA_ASM_1061 since the former was only ever used for that card. However, commit fb2462053497 ("mb/asrock: Add Z87 Extreme4 (Haswell)") was merged first and used the old Kconfig, so the tree broke when the AHCH patch was merged. Change the Kconfig to fix the tree. Change-Id: If16455c43e583e7edbf7914db87346385d811190 Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/86056 Reviewed-by: Jan Philipp Groß Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Angel Pons --- src/mainboard/asrock/z87_extreme4/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/asrock/z87_extreme4/Kconfig b/src/mainboard/asrock/z87_extreme4/Kconfig index 3ef4afad0c..f2a2e7c723 100644 --- a/src/mainboard/asrock/z87_extreme4/Kconfig +++ b/src/mainboard/asrock/z87_extreme4/Kconfig @@ -5,7 +5,7 @@ if BOARD_ASROCK_Z87_EXTREME4 config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ROMSIZE_KB_8192 - select DRIVERS_ASMEDIA_ASPM_BLACKLIST + select DRIVERS_ASMEDIA_ASM1061 select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select INTEL_GMA_HAVE_VBT