From e2c1ea7ad9c89cecde6664278ca7e2f57e7f37df Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sat, 29 Jan 2022 18:23:19 +0100 Subject: mb/**/Kconfig: Properly override `IGNORE_IASL_MISSING_DEPENDENCY` Don't unconditionally override `IGNORE_IASL_MISSING_DEPENDENCY`. Change-Id: I02081d0f04be4af9cd765aa3b29295af40f9ca99 Fixes: commit 28fa297901ffd158631cfc9f562f38119eff628e Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/61477 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes --- src/mainboard/asus/h61-series/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/asus/h61-series') diff --git a/src/mainboard/asus/h61-series/Kconfig b/src/mainboard/asus/h61-series/Kconfig index 75dfe3c387..48e4220e78 100644 --- a/src/mainboard/asus/h61-series/Kconfig +++ b/src/mainboard/asus/h61-series/Kconfig @@ -1,8 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-only -config IGNORE_IASL_MISSING_DEPENDENCY - def_bool y - config BOARD_ASUS_H61_SERIES bool select HAVE_ACPI_RESUME @@ -17,6 +14,9 @@ config BOARD_ASUS_H61_SERIES if BOARD_ASUS_H61_SERIES +config IGNORE_IASL_MISSING_DEPENDENCY + def_bool y + config MAINBOARD_DIR default "asus/h61-series" -- cgit v1.2.3