summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Paulo Goncalves <joao.goncalves@toradex.com>2023-12-18 15:24:08 -0300
committerJoao Paulo Goncalves <joao.goncalves@toradex.com>2023-12-18 15:24:08 -0300
commit86652d4cf3bb2291e8c936e1fa20cabf81b3bfae (patch)
tree9f772863d5975397e9e706325eedf5943ab5b304
parentc4416ba464203669f7a3379b73ff87cd3b15b6f4 (diff)
verdin-am62: add tpm2 machine feature
Verdin SoM can have a hardware TPM with them (for now on carrier boards), so add the tpm2 machine feature to enable software support for the device. The tmp2 means that the software supports TPM 2.0 specification. Related-to: ELB-5500 Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index bb2a092..1cbc4d9 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -5,6 +5,7 @@
MACHINE_NAME = "Verdin-AM62"
MACHINE_FEATURES:remove = "efi"
+MACHINE_FEATURES:append = " tpm2"
MACHINE_EXTRA_RRECOMMENDS:append = " btnxpuartconf mwifiexconf"