UPSTREAM: clk: Kconfig: Add dependences of SPL_CLK
The SPL_CLK config should depend on SPL && SPL_DM. Change-Id: I86d4b934bebde3d4661143902b71e198608ff688 Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 0712b672d2a1f9a156c489b4dd7ce8354c2b3e1f)
This commit is contained in:
parent
d3aac30ed7
commit
451f416416
|
|
@ -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…
Reference in New Issue