]> git.sur5r.net Git - u-boot/blobdiff - drivers/clk/Kconfig
clk: boston: Providea simple driver for Boston board clocks
[u-boot] / drivers / clk / Kconfig
index 8f3b96a97362268a346e6da11a74adeb82c3c479..c05ce2a9efa384034bc5773ffe5cc83b11a500f8 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_BOSTON
+       def_bool y if TARGET_BOSTON
+       depends on CLK
+       select REGMAP
+       select SYSCON
+       help
+         Enable this to support the clocks
+
 source "drivers/clk/tegra/Kconfig"
 source "drivers/clk/uniphier/Kconfig"
 source "drivers/clk/exynos/Kconfig"