aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/sarien
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-01-29 18:23:19 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-31 10:34:41 +0000
commite2c1ea7ad9c89cecde6664278ca7e2f57e7f37df (patch)
tree91dcee0b7d31afa7cdd2ba6414ddf68f0fe1d1a7 /src/mainboard/google/sarien
parent6fe32f55b75d3d7db2dba2cb261318e5a32355a7 (diff)
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 <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61477 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/google/sarien')
-rw-r--r--src/mainboard/google/sarien/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig
index 6aaa7fd132..81f107261a 100644
--- a/src/mainboard/google/sarien/Kconfig
+++ b/src/mainboard/google/sarien/Kconfig
@@ -1,6 +1,3 @@
-config IGNORE_IASL_MISSING_DEPENDENCY
- def_bool y
-
config BOARD_GOOGLE_BASEBOARD_SARIEN
def_bool n
select BOARD_ROMSIZE_KB_32768
@@ -39,6 +36,9 @@ config BOARD_GOOGLE_SARIEN
if BOARD_GOOGLE_BASEBOARD_SARIEN
+config IGNORE_IASL_MISSING_DEPENDENCY
+ def_bool y
+
config CHROMEOS
select GBB_FLAG_FORCE_DEV_SWITCH_ON
select GBB_FLAG_FORCE_DEV_BOOT_USB