summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/protectli/vault_kbl/Kconfig3
-rw-r--r--src/mainboard/protectli/vault_kbl/devicetree.cb3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/protectli/vault_kbl/Kconfig b/src/mainboard/protectli/vault_kbl/Kconfig
index 8c09a60b6e..518bb6dca5 100644
--- a/src/mainboard/protectli/vault_kbl/Kconfig
+++ b/src/mainboard/protectli/vault_kbl/Kconfig
@@ -11,6 +11,9 @@ config BOARD_SPECIFIC_OPTIONS
select SOC_INTEL_KABYLAKE
select SPI_FLASH_MACRONIX
select SUPERIO_ITE_IT8772F
+ select MAINBOARD_HAS_CRB_TPM
+ select HAVE_INTEL_PTT
+ select TPM2
config IRQ_SLOT_COUNT
int
diff --git a/src/mainboard/protectli/vault_kbl/devicetree.cb b/src/mainboard/protectli/vault_kbl/devicetree.cb
index d3e8b2305c..bb408a4351 100644
--- a/src/mainboard/protectli/vault_kbl/devicetree.cb
+++ b/src/mainboard/protectli/vault_kbl/devicetree.cb
@@ -305,4 +305,7 @@ chip soc/intel/skylake
device pci 1f.5 off end # PCH SPI
device pci 1f.6 off end # GbE
end
+ chip drivers/crb
+ device mmio 0xfed40000 on end
+ end
end