aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r--src/mainboard/google/reef/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index 6ef45ccde6..3da0d8b63f 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -7,8 +7,10 @@ config BOARD_GOOGLE_BASEBOARD_REEF
select EC_GOOGLE_CHROMEEC_LPC
select HAVE_ACPI_RESUME
select HAVE_ACPI_TABLES
+ select I2C_TPM
select MAINBOARD_HAS_CHROMEOS
- select MAINBOARD_HAS_LPC_TPM
+ select MAINBOARD_HAS_TPM2
+ select TPM2
if BOARD_GOOGLE_BASEBOARD_REEF
@@ -16,6 +18,12 @@ config BASEBOARD_REEF_LAPTOP
def_bool n
select SYSTEM_TYPE_LAPTOP
+config DRIVER_TPM_I2C_BUS
+ hex "0x2"
+
+config DRIVER_TPM_I2C_ADDR
+ hex "0x50"
+
config CHROMEOS
select LID_SWITCH if BASEBOARD_REEF_LAPTOP