From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: mfe@pengutronix.de, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH master] security: hide PBL_OPTEE_DTB_MAX_SIZE behind PBL_OPTEE
Date: Wed, 11 Mar 2026 13:01:34 +0100 [thread overview]
Message-ID: <20260311120137.400783-1-a.fatoum@pengutronix.de> (raw)
There's no point in bothering users about this option if OP-TEE loading
from PBL isn't even enabled.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
security/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/security/Kconfig b/security/Kconfig
index c90f2bbacf26..b14803348b68 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -191,6 +191,7 @@ config PBL_OPTEE_DTB_MAX_SIZE
hex
default 0x0
prompt "OP-TEE FDT Size"
+ depends on PBL_OPTEE
help
The size of the DTB which is passed by the PBL to OP-TEE. This option
can be left unchanged if OP-TEE DTB support isn't required. If OP-TEE
--
2.47.3
next reply other threads:[~2026-03-11 12:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-11 12:01 Ahmad Fatoum [this message]
2026-03-11 19:14 ` Marco Felsch
2026-03-13 13:21 ` Sascha Hauer
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=20260311120137.400783-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=mfe@pengutronix.de \
/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