Quoting Jiaxun Yang (2021-06-26 21:56:25) > diff --git a/drivers/clk/pistachio/Kconfig b/drivers/clk/pistachio/Kconfig > new file mode 100644 > index 000000000000..efb7a7f45259 > --- /dev/null > +++ b/drivers/clk/pistachio/Kconfig > @@ -0,0 +1,8 @@ > +# SPDX-License-Identifier: GPL-2.0 > + > +config COMMON_CLK_PISTACHIO > + bool "Support for IMG Pistachio SoC clock controllers" > + depends on MIPS Is anything MIPS specific? Or can this be depends on MIPS || COMPILE_TEST > + help > + Support for the IMG Pistachio SoC clock controller. > + Say Y if you want to include clock support. > \ No newline at end of file > -- > 2.32.0 >