mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH master] security: hide PBL_OPTEE_DTB_MAX_SIZE behind PBL_OPTEE
@ 2026-03-11 12:01 Ahmad Fatoum
  2026-03-11 19:14 ` Marco Felsch
  2026-03-13 13:21 ` Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2026-03-11 12:01 UTC (permalink / raw)
  To: barebox; +Cc: mfe, Ahmad Fatoum

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-13 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-11 12:01 [PATCH master] security: hide PBL_OPTEE_DTB_MAX_SIZE behind PBL_OPTEE Ahmad Fatoum
2026-03-11 19:14 ` Marco Felsch
2026-03-13 13:21 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox