diff options
author | Angel Pons <th3fanbus@gmail.com> | 2022-04-10 11:15:28 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-20 10:04:58 +0000 |
commit | a1f68319c5dae616ac090964def0a324a0c0f849 (patch) | |
tree | 4412a88c4627d619d5781c172f513895350d113b /src/mainboard/google/volteer/Kconfig | |
parent | fbf58d9f89450517d1d7d8543dede6781921258c (diff) |
ChromeEC boards: Drop `IGNORE_IASL_MISSING_DEPENDENCY`
This should no longer be needed because the ASL has been fixed.
Change-Id: I4d1500217bef54fa3d2be397e5e2a155da3f965d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63525
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/volteer/Kconfig')
-rw-r--r-- | src/mainboard/google/volteer/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/volteer/Kconfig b/src/mainboard/google/volteer/Kconfig index 4f83d1cd82..28d345729d 100644 --- a/src/mainboard/google/volteer/Kconfig +++ b/src/mainboard/google/volteer/Kconfig @@ -121,9 +121,6 @@ config BOARD_GOOGLE_CHRONICLER if BOARD_GOOGLE_BASEBOARD_VOLTEER -config IGNORE_IASL_MISSING_DEPENDENCY - def_bool y - config CHROMEOS select CHROMEOS_CSE_BOARD_RESET_OVERRIDE select CHROMEOS_DRAM_PART_NUMBER_IN_CBI |