From 86652d4cf3bb2291e8c936e1fa20cabf81b3bfae Mon Sep 17 00:00:00 2001 From: Joao Paulo Goncalves Date: Mon, 18 Dec 2023 15:24:08 -0300 Subject: 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 --- conf/machine/verdin-am62.conf | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3