From: Jan Kiszka <jan.kiszka@siemens.com>
To: cip-dev <cip-dev@lists.cip-project.org>
Subject: [isar-cip-core][PATCH] Kconfig: Do not try to build fTPM/StMM for non-update images
Date: Mon, 2 Mar 2026 18:38:45 +0100 [thread overview]
Message-ID: <4afa555e-adea-4dad-a3dc-18491313d1fc@siemens.com> (raw)
From: Jan Kiszka <jan.kiszka@siemens.com>
We need a full eMMC emulation, and the plain images without SWUpdate do
not provide this. Enabling this feature will then only cause a build
error.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/Kconfig b/Kconfig
index 772b8cda..bd2b7cec 100644
--- a/Kconfig
+++ b/Kconfig
@@ -208,6 +208,7 @@ comment "Firmware options"
config FTPM_STMM
bool "Use Firmware TPM and rewritable UEFI key storage"
+ depends on IMAGE_SWUPDATE
depends on !DEBIAN_BUSTER
config KAS_INCLUDE_FTPM_STMM
--
2.47.3
reply other threads:[~2026-03-02 17:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4afa555e-adea-4dad-a3dc-18491313d1fc@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=cip-dev@lists.cip-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox