mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-03 13:01:31 +00:00
spl: dm: Kconfig: SPL_CLK depends on SPL_DM
SPL_CLK should also depend on SPL_DM (and not just on CLK). Add the additional dependency. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
c336c3c35f
commit
f0776a5517
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ config CLK
|
||||||
|
|
||||||
config SPL_CLK
|
config SPL_CLK
|
||||||
bool "Enable clock support in SPL"
|
bool "Enable clock support in SPL"
|
||||||
depends on CLK
|
depends on CLK && SPL_DM
|
||||||
help
|
help
|
||||||
The clock subsystem adds a small amount of overhead to the image.
|
The clock subsystem adds a small amount of overhead to the image.
|
||||||
If this is acceptable and you have a need to use clock drivers in
|
If this is acceptable and you have a need to use clock drivers in
|
||||||
|
|
Loading…
Add table
Reference in a new issue