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 <[email protected]> --- This was only the case on colibri_vf today. Cc: Francesco Dolcini <[email protected]> --- 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

