mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
reboot-mode: must depend on CONFIG_DM_RTC
Reading the boot mode from RTC memory requires a real time clock.
Add the missing Kconfig dependency.
Fixes: c74675bd90
("reboot-mode: read the boot mode from RTC memory")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
c87e626f94
commit
a1802b3ce1
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ config DM_REBOOT_MODE_GPIO
|
|||
|
||||
config DM_REBOOT_MODE_RTC
|
||||
bool "Use RTC as reboot mode backend"
|
||||
depends on DM_RTC
|
||||
depends on DM_REBOOT_MODE
|
||||
help
|
||||
Use RTC non volatile memory to control the reboot mode. This will allow users to boot
|
||||
|
|
Loading…
Add table
Reference in a new issue