[PATCH 1/2] toradex: common: Make TDX_CFG_BLOCK select EVENT
Tom Rini
trini at konsulko.com
Tue May 19 20:28:55 CEST 2026
Part of the TDX_CFG_BLOCK code makes use of an event to run one of the
functions. Make this have a "select EVENT" so that it is always enabled.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
This was only the case on colibri_vf today.
Cc: Francesco Dolcini <francesco.dolcini at toradex.com>
---
board/toradex/common/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/toradex/common/Kconfig b/board/toradex/common/Kconfig
index b85893ab44e4..05f8341e4c36 100644
--- a/board/toradex/common/Kconfig
+++ b/board/toradex/common/Kconfig
@@ -3,6 +3,7 @@
menuconfig TDX_CFG_BLOCK
bool "Enable Toradex config block support"
+ select EVENT
select OF_BOARD_SETUP
select SYSINFO
help
--
2.43.0
More information about the U-Boot
mailing list