Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: Remove QCOM_RPMCC symbol

This symbol is selected by a couple drivers, but isn't used by anyone
and hasn't been for years now. Drop it.

No functional change intended.

Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
Reviewed-by: Mike Tipton <quic_mdtipton@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240619-drop-qcom-rpmcc-v1-1-b487c95162ef@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Elliot Berman and committed by
Bjorn Andersson
e429be70 8cab0336

-5
-5
drivers/clk/qcom/Kconfig
··· 7 7 bool 8 8 select PM_GENERIC_DOMAINS if PM 9 9 10 - config QCOM_RPMCC 11 - bool 12 - 13 10 menuconfig COMMON_CLK_QCOM 14 11 tristate "Support for Qualcomm's clock controllers" 15 12 depends on OF ··· 119 122 config QCOM_CLK_RPM 120 123 tristate "RPM based Clock Controller" 121 124 depends on MFD_QCOM_RPM 122 - select QCOM_RPMCC 123 125 help 124 126 The RPM (Resource Power Manager) is a dedicated hardware engine for 125 127 managing the shared SoC resources in order to keep the lowest power ··· 131 135 config QCOM_CLK_SMD_RPM 132 136 tristate "RPM over SMD based Clock Controller" 133 137 depends on QCOM_SMD_RPM 134 - select QCOM_RPMCC 135 138 help 136 139 The RPM (Resource Power Manager) is a dedicated hardware engine for 137 140 managing the shared SoC resources in order to keep the lowest power