Quoting Shubhrajyoti Datta (2021-09-14 05:57:42) > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig > index c5b3dc97396a..3e0bf794ee09 100644 > --- a/drivers/clk/Kconfig > +++ b/drivers/clk/Kconfig > @@ -390,6 +390,15 @@ config COMMON_CLK_K210 > help > Support for the Canaan Kendryte K210 RISC-V SoC clocks. > > +config COMMON_CLK_XLNX_CLKWZRD Given it is xilinx, can it be moved to drivers/clk/xilinx/ and this Kconfig be put there instead of clk/Kconfig? > + tristate "Xilinx Clocking Wizard" > + depends on COMMON_CLK && OF > + help > + Support for the Xilinx Clocking Wizard IP core clock generator. > + Adds support for clocking wizard and compatible. > + This driver supports the Xilinx clocking wizard programmable clock > + synthesizer. The number of output is configurable in the design. > + > source "drivers/clk/actions/Kconfig" > source "drivers/clk/analogbits/Kconfig" > source "drivers/clk/baikal-t1/Kconfig"