diff options
author | Bjorn Andersson <andersson@kernel.org> | 2023-09-20 09:01:29 -0700 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-09-20 09:01:29 -0700 |
commit | 2643f0b069fb6ab6126acac41c576312687b4dd0 (patch) | |
tree | 4cca7045b025f3e5daa331df400835671b588dd3 /drivers/clk/qcom/Kconfig | |
parent | 471e2875f8904539985e62220afd6c88e70779fa (diff) | |
parent | c32c4ef98baca6dfedbddace1e0bbcae0ca65050 (diff) | |
download | linux-2643f0b069fb6ab6126acac41c576312687b4dd0.tar.gz linux-2643f0b069fb6ab6126acac41c576312687b4dd0.tar.bz2 linux-2643f0b069fb6ab6126acac41c576312687b4dd0.zip |
Merge branch '20230909123431.1725728-1-quic_ajipan@quicinc.com' into clk-for-6.7
Merge the SM4450 RPMHCC and GCC through a topic branch, to allow reuse
of the defines from the DeviceTree binding in the DeviceTree source.
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 4b72e98eaa70..3194c8beb06d 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -841,6 +841,15 @@ config SM_DISPCC_8550 Say Y if you want to support display devices and functionality such as splash screen. +config SM_GCC_4450 + tristate "SM4450 Global Clock Controller" + depends on ARM64 || COMPILE_TEST + select QCOM_GDSC + help + Support for the global clock controller on SM4450 devices. + Say Y if you want to use peripheral devices such as UART, SPI, + I2C, USB, SD/UFS, PCIe, etc. + config SM_GCC_6115 tristate "SM6115 and SM4250 Global Clock Controller" depends on ARM64 || COMPILE_TEST |