]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
clk: Kconfig: Add dependences of SPL_CLK
authorWenyou Yang <wenyou.yang@microchip.com>
Mon, 31 Jul 2017 07:21:57 +0000 (15:21 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 14 Sep 2017 17:58:22 +0000 (13:58 -0400)
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>
drivers/clk/Kconfig

index 7765148876d9613f6de1546da13d621aed26315a..baa60a52e6877484ac7cb24ae3b2466fb5f9c10a 100644 (file)
@@ -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