summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/octopus
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/octopus
parent6fe32f55b75d3d7db2dba2cb261318e5a32355a7 (diff)
downloadcoreboot-e2c1ea7ad9c89cecde6664278ca7e2f57e7f37df.tar.gz
coreboot-e2c1ea7ad9c89cecde6664278ca7e2f57e7f37df.tar.bz2
coreboot-e2c1ea7ad9c89cecde6664278ca7e2f57e7f37df.zip
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/octopus')
-rw-r--r--src/mainboard/google/octopus/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index 9a677bcbdd30..840ce8ef772c 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -1,7 +1,3 @@
-
-config IGNORE_IASL_MISSING_DEPENDENCY
- def_bool y
-
config BOARD_GOOGLE_BASEBOARD_OCTOPUS
def_bool n
select BOARD_ROMSIZE_KB_16384
@@ -101,6 +97,9 @@ config BOARD_GOOGLE_YORP
if BOARD_GOOGLE_BASEBOARD_OCTOPUS
+config IGNORE_IASL_MISSING_DEPENDENCY
+ def_bool y
+
config CHROMEOS_WIFI_SAR
bool
default y if CHROMEOS