spl: dm: Kconfig: SPL_CLK depends on SPL_DM
[platform/kernel/u-boot.git] / drivers / clk / Kconfig
index 60bd706..b4a4877 100644 (file)
@@ -12,7 +12,7 @@ config CLK
 
 config SPL_CLK
        bool "Enable clock support in SPL"
-       depends on CLK
+       depends on CLK && 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