mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user