Merge branches 'clk-mediatek', 'clk-sunplus', 'clk-loongson' and 'clk-socfpga' into...
[linux-block.git] / drivers / clk / Kconfig
index 4b77f3e2ba88917cafc021b4c527dfd3541fe58b..8f0fa6fdaa44e5bdd86611a633647835dcc78e8d 100644 (file)
@@ -325,6 +325,15 @@ config COMMON_CLK_LOCHNAGAR
          This driver supports the clocking features of the Cirrus Logic
          Lochnagar audio development board.
 
+config COMMON_CLK_LOONGSON2
+       bool "Clock driver for Loongson-2 SoC"
+       depends on LOONGARCH || COMPILE_TEST
+       help
+          This driver provides support for clock controller on Loongson-2 SoC.
+          The clock controller can generates and supplies clock to various
+          peripherals within the SoC.
+          Say Y here to support Loongson-2 SoC clock driver.
+
 config COMMON_CLK_NXP
        def_bool COMMON_CLK && (ARCH_LPC18XX || ARCH_LPC32XX)
        select REGMAP_MMIO if ARCH_LPC32XX
@@ -445,6 +454,16 @@ config COMMON_CLK_K210
        help
          Support for the Canaan Kendryte K210 RISC-V SoC clocks.
 
+config COMMON_CLK_SP7021
+       tristate "Clock driver for Sunplus SP7021 SoC"
+       depends on SOC_SP7021 || COMPILE_TEST
+       default SOC_SP7021
+       help
+         This driver supports the Sunplus SP7021 SoC clocks.
+         It implements SP7021 PLLs/gate.
+         Not all features of the PLL are currently supported
+         by the driver.
+
 source "drivers/clk/actions/Kconfig"
 source "drivers/clk/analogbits/Kconfig"
 source "drivers/clk/baikal-t1/Kconfig"