]> git.dujemihanovic.xyz Git - u-boot.git/commit
reboot-mode: must depend on CONFIG_DM_RTC
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 9 Apr 2024 18:44:22 +0000 (20:44 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Apr 2024 22:37:06 +0000 (16:37 -0600)
commita1802b3ce160026e7214cf7c56c529bc6500a898
tree598f6d5b510aca7e2cc57c2fd48665a296aaabfb
parentc87e626f9436a22bc20670dc463579b4f5bab8e7
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: c74675bd904b ("reboot-mode: read the boot mode from RTC memory")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
drivers/reboot-mode/Kconfig