summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-16 19:24:44 -0600
committerTom Rini <[email protected]>2026-03-30 15:02:27 -0600
commit5c4357e902674a87182b1652739062040f7a6450 (patch)
tree6b586c2a3f60d04ee97571057cb1662622b66cda /drivers
parent1d5d6789e39ce6786a6ce60ceb8980458f2b4e6e (diff)
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 <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/timer/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index 9ffda4aca86..500a25638a9 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -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