From 8656d6a30ae135211b201949b70b02f9585aec5c Mon Sep 17 00:00:00 2001
From: Tim Harvey <tharvey@gateworks.com>
Date: Fri, 16 Jan 2026 16:01:04 -0800
Subject: [PATCH 2/2] imx: cortexa53: add TIS TPM support

Add support for SPI based TIS TPM devices found on the Gateworks venice
product family.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 target/linux/imx/cortexa53/config-default | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/target/linux/imx/cortexa53/config-default b/target/linux/imx/cortexa53/config-default
index 248baddbf5..f88cd6c132 100644
--- a/target/linux/imx/cortexa53/config-default
+++ b/target/linux/imx/cortexa53/config-default
@@ -174,3 +174,8 @@ CONFIG_VT=y
 CONFIG_VT_CONSOLE=y
 CONFIG_VT_HW_CONSOLE_BINDING=y
 CONFIG_ZONE_DMA32=y
+CONFIG_TCG_TPM=y
+CONFIG_TCG_TIS_CORE=y
+CONFIG_TCG_TIS_SPI=y
+CONFIG_SPI=y
+# CONFIG_TCG_TIS_SPI_CR50 is not set
-- 
2.34.1

