[PATCH] boot: Add DM_RTC as a dependency to CEDIT
Tom Rini
trini at konsulko.com
Fri Mar 20 21:53:43 CET 2026
The CEDIT functionality, due to the cmos functions, depends directly on
DM_RTC being enabled in order to provide that API. Express this in
Kconfig as well.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
boot/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/Kconfig b/boot/Kconfig
index 2fe3f4fe4d1e..f37e7a0c380b 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -2040,7 +2040,7 @@ menu "Configuration editor"
config CEDIT
bool "Configuration editor"
- depends on EXPO
+ depends on EXPO && DM_RTC
help
Provides a way to deal with board configuration and present it to
the user for adjustment.
--
2.43.0
More information about the U-Boot
mailing list