summaryrefslogtreecommitdiff
path: root/src/mainboard/google/fizz/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-01-29 18:27:46 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-31 10:35:04 +0000
commitad489d889b22c19e3575b59d8f54a8a497327430 (patch)
tree6b90b9bf5de43fae86b9bf345a94c04c8c42e871 /src/mainboard/google/fizz/Kconfig
parente2c1ea7ad9c89cecde6664278ca7e2f57e7f37df (diff)
mb/**/Kconfig: Properly override `DISABLE_HECI1_AT_PRE_BOOT`
Don't unconditionally override `DISABLE_HECI1_AT_PRE_BOOT`. Change-Id: I7d447e73f672877c76eecea1eb8b8f41f89ce686 Fixes: commit a0d9ad322fe603d4d4cbccda9c7edcfbf0b13409 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61478 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/fizz/Kconfig')
-rw-r--r--src/mainboard/google/fizz/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig
index d9b73bb100..3e2b8c171b 100644
--- a/src/mainboard/google/fizz/Kconfig
+++ b/src/mainboard/google/fizz/Kconfig
@@ -23,9 +23,6 @@ config BOARD_GOOGLE_BASEBOARD_FIZZ
select RT8168_SUPPORT_LEGACY_VPD_MAC
select RT8168_SET_LED_MODE
-config DISABLE_HECI1_AT_PRE_BOOT
- default y
-
config BOARD_GOOGLE_FIZZ
select BOARD_GOOGLE_BASEBOARD_FIZZ
@@ -40,6 +37,9 @@ config BOARD_GOOGLE_ENDEAVOUR
if BOARD_GOOGLE_BASEBOARD_FIZZ
+config DISABLE_HECI1_AT_PRE_BOOT
+ default y
+
config IGNORE_IASL_MISSING_DEPENDENCY
def_bool y