From: Wenyou Yang Date: Mon, 31 Jul 2017 07:21:57 +0000 (+0800) Subject: clk: Kconfig: Add dependences of SPL_CLK X-Git-Tag: baikal/mips/sdk5.9~3794 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=06bd6d1707658ec0e0d0d077211309e0266c5527;p=uboot.git clk: Kconfig: Add dependences of SPL_CLK The SPL_CLK config should depend on SPL && SPL_DM. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 7765148876..baa60a52e6 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -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