diff options
Diffstat (limited to 'src/mainboard/google/hatch')
-rw-r--r-- | src/mainboard/google/hatch/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index 00376be4da..2ddc403681 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -153,6 +153,9 @@ if BOARD_GOOGLE_HATCH_COMMON config IGNORE_IASL_MISSING_DEPENDENCY def_bool y +config DISABLE_HECI1_AT_PRE_BOOT + default y if BOARD_GOOGLE_BASEBOARD_HATCH + config CHROMEOS select CHROMEOS_DRAM_PART_NUMBER_IN_CBI if !ROMSTAGE_SPD_SMBUS select EC_GOOGLE_CHROMEEC_SWITCHES |