]> git.sur5r.net Git - u-boot/blobdiff - drivers/clk/Kconfig
dm: clk: add BCM6345 clock driver
[u-boot] / drivers / clk / Kconfig
index 5ca958c0075db9ca235786c0d06ca3173cfd8bf3..44da716b2679246555d1684b02590effa9d5cde5 100644 (file)
@@ -20,6 +20,14 @@ config SPL_CLK
          setting up clocks within SPL, and allows the same drivers to be
          used as U-Boot proper.
 
+config CLK_BCM6345
+       bool "Clock controller driver for BCM6345"
+       depends on CLK && ARCH_BMIPS
+       default y
+       help
+         This clock driver adds support for enabling and disabling peripheral
+         clocks on BCM6345 SoCs. HW has no rate changing capabilities.
+
 config CLK_BOSTON
        def_bool y if TARGET_BOSTON
        depends on CLK