diff options
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index fce9c3185b..7b65f71a86 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -1,7 +1,3 @@ - -config IGNORE_IASL_MISSING_DEPENDENCY - def_bool y - config BOARD_GOOGLE_BASEBOARD_REEF def_bool n select BOARD_ROMSIZE_KB_16384 @@ -46,6 +42,9 @@ config BOARD_GOOGLE_CORAL if BOARD_GOOGLE_BASEBOARD_REEF +config IGNORE_IASL_MISSING_DEPENDENCY + def_bool y + config DRIVER_TPM_I2C_BUS hex default 0x2 |