timer: Correct dependencies for SPL_TIMER

As exposed by "make randconfig", we have an issue with the dependencies
for SPL_TIMER. This depends not just on SPL but also SPL_DM to function,
so add that.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2026-03-16 19:24:44 -06:00
parent 1d5d6789e3
commit 5c4357e902

View File

@@ -11,7 +11,7 @@ config TIMER
config SPL_TIMER
bool "Enable driver model for timer drivers in SPL"
depends on TIMER && SPL
depends on TIMER && SPL && SPL_DM
help
Enable support for timer drivers in SPL. These can be used to get
a timer value when in SPL, or perhaps for implementing a delay