]> git.dujemihanovic.xyz Git - u-boot.git/commit
rtc: CONFIGS_RTC_PL031 must depend on CONFIGS_DM_RTC
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 5 Dec 2024 20:36:19 +0000 (21:36 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 6 Dec 2024 23:47:23 +0000 (17:47 -0600)
commit1ac28383502e40113b56b7a124b9b9200167f649
tree43cf2ad6f828b69983c378351c9531e8fdb42f70
parent1a48b0be93d48f9ec5498297ec775fb572d3d150
rtc: CONFIGS_RTC_PL031 must depend on CONFIGS_DM_RTC

Building qemu_arm64_defconfig with CONFIGS_DM_RTC=n and CONFIGS_RTC_PL031=y
leads to a build failure.

Adjust the vexpress64 configuration to avoid circular dependency.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
board/armltd/vexpress64/Kconfig
drivers/rtc/Kconfig