boot: Add DM_RTC as a dependency to CEDIT

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@konsulko.com>
This commit is contained in:
Tom Rini
2026-03-20 14:53:43 -06:00
parent 79a9978112
commit 70b5afb905

View File

@@ -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.