mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user