[PATCH 3/9] clk: pistachio: Make it selectable for generic MIPS kernel
Jiaxun Yang
jiaxun.yang at flygoat.com
Sun Jun 27 18:06:23 PDT 2021
在 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
>>
More information about the linux-phy
mailing list