[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <162483712923.3259633.15640278024587375157@swboyd.mtv.corp.google.com>
Date: Sun, 27 Jun 2021 16:38:49 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Jiaxun Yang <jiaxun.yang@...goat.com>, linux-mips@...r.kernel.org
Cc: tsbogend@...ha.franken.de, mturquette@...libre.com,
daniel.lezcano@...aro.org, linus.walleij@...aro.org,
vkoul@...nel.org, linux-kernel@...r.kernel.org,
linux-clk@...r.kernel.org, linux-gpio@...r.kernel.org,
linux-phy@...ts.infradead.org, devicetree@...r.kernel.org,
Jiaxun Yang <jiaxun.yang@...goat.com>
Subject: Re: [PATCH 3/9] clk: pistachio: Make it selectable for generic MIPS kernel
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
>
Powered by blists - more mailing lists