Skip to content

Commit e429be7

Browse files
eberman-quicandersson
authored andcommitted
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>
1 parent 8cab033 commit e429be7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ config QCOM_GDSC
77
bool
88
select PM_GENERIC_DOMAINS if PM
99

10-
config QCOM_RPMCC
11-
bool
12-
1310
menuconfig COMMON_CLK_QCOM
1411
tristate "Support for Qualcomm's clock controllers"
1512
depends on OF
@@ -122,7 +119,6 @@ config QCOM_CLK_APCS_SDX55
122119
config QCOM_CLK_RPM
123120
tristate "RPM based Clock Controller"
124121
depends on MFD_QCOM_RPM
125-
select QCOM_RPMCC
126122
help
127123
The RPM (Resource Power Manager) is a dedicated hardware engine for
128124
managing the shared SoC resources in order to keep the lowest power
@@ -135,7 +131,6 @@ config QCOM_CLK_RPM
135131
config QCOM_CLK_SMD_RPM
136132
tristate "RPM over SMD based Clock Controller"
137133
depends on QCOM_SMD_RPM
138-
select QCOM_RPMCC
139134
help
140135
The RPM (Resource Power Manager) is a dedicated hardware engine for
141136
managing the shared SoC resources in order to keep the lowest power

0 commit comments

Comments
 (0)