diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2021-10-08 00:24:28 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-10-13 21:44:42 +0300 |
commit | 92c02ff1a43edce37cf1b092bfad37d84d7e4ea6 (patch) | |
tree | d3b8a634e7f058c93f0a50af476f4d63ae828107 /drivers/clk | |
parent | e41bdd18644a5dde1f344b70eb262b5c426e6f16 (diff) | |
download | linux-92c02ff1a43edce37cf1b092bfad37d84d7e4ea6.tar.xz |
clk: qcom: add select QCOM_GDSC for SM6350
QCOM_GDSC is needed for the gcc driver to probe.
Fixes: 131abae905df ("clk: qcom: Add SM6350 GCC driver")
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20211007212444.328034-2-luca@z3ntu.xyz
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 0a5596797b93..9ef007b3cf9b 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -564,6 +564,7 @@ config SM_GCC_6125 config SM_GCC_6350 tristate "SM6350 Global Clock Controller" + select QCOM_GDSC help Support for the global clock controller on SM6350 devices. Say Y if you want to use peripheral devices such as UART, |