mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
clk: Kconfig: Add dependences of SPL_CLK
The SPL_CLK config should depend on SPL && SPL_DM. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b861c61698
commit
0712b672d2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ config CLK
|
|||
|
||||
config SPL_CLK
|
||||
bool "Enable clock support in SPL"
|
||||
depends on CLK && SPL_DM
|
||||
depends on CLK && SPL && SPL_DM
|
||||
help
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue