Re: [PATCH 3/9] clk: pistachio: Make it selectable for generic MIPS kernel

From: Jiaxun Yang
Date: Sun Jun 27 2021 - 21:06:37 EST



在 2021/6/28 上午7:38, Stephen Boyd 写道:
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

No there are nothing MIPS specific.

Will fix in next revision.

Thanks.

- Jiaxun



+ 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