Re: [PATCH] clk: qcom: Fix CLK_GLYMUR_GPUCC default and CLK_GLYMUR_EVACC duplicate
Abel Vesa <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <j4jpmue7fmgm4smiqb4gubj4oeveaeybsgjopavswskec6z27j@uzxxutmfzwbm> |
On 26-08-21 10:22:15, Sivansh Gupta wrote:
> Commit 6b150572bb76 ("clk: qcom: Add defaults for desired arm64 drivers")
> missed adding a defaults for CLK_GLYMUR_GPUCC and created a duplicated
> for CLK_GLYMUR_EVACC instead. The original patch series did't have this
> problem and was introduced during the merge. Fix this by removing the
> duplicate and adding a default for CLK_GLYMUR_GPUCC.
>
> Fixes: 6b150572bb76 ("clk: qcom: Add defaults for desired arm64 drivers")
>
Drop this blank line here.
> Signed-off-by: Sivansh Gupta <[email protected]>
Reviewed-by: Abel Vesa <[email protected]>
> ---
> drivers/clk/qcom/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
> index e609a7819e07..7cd3ab277d37 100644
> --- a/drivers/clk/qcom/Kconfig
> +++ b/drivers/clk/qcom/Kconfig
> @@ -104,7 +104,6 @@ config CLK_GLYMUR_DISPCC
> config CLK_GLYMUR_EVACC
> tristate "Glymur EVA Clock Controller"
> depends on ARM64 || COMPILE_TEST
> - default m if ARCH_QCOM
> select CLK_GLYMUR_GCC
> default m if ARCH_QCOM
> help
> @@ -127,6 +126,7 @@ config CLK_GLYMUR_GPUCC
> tristate "Glymur Graphics Clock Controller"
> depends on ARM64 || COMPILE_TEST
> select CLK_GLYMUR_GCC
> + default m if ARCH_QCOM
> help
> Support for the graphics clock controller on Glymur devices.
> Say Y if you want to support graphics controller devices and
> --
> 2.43.0
>