diff mbox series

clk: qcom: Remove QCOM_RPMCC symbol

Message ID 20240619-drop-qcom-rpmcc-v1-1-b487c95162ef@quicinc.com (mailing list archive)
State Queued
Headers show
Series clk: qcom: Remove QCOM_RPMCC symbol | expand

Commit Message

Elliot Berman June 19, 2024, 3:41 p.m. UTC
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>
---
 drivers/clk/qcom/Kconfig | 5 -----
 1 file changed, 5 deletions(-)


---
base-commit: eefb5ee4b41cdb68bf6feffe0d68b5bbe038e29d
change-id: 20240618-drop-qcom-rpmcc-2f3d85aca0a1

Best regards,

Comments

Mike Tipton June 19, 2024, 7:08 p.m. UTC | #1
On Wed, Jun 19, 2024 at 08:41:52AM -0700, Elliot Berman wrote:
> 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>
> ---
>  drivers/clk/qcom/Kconfig | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
> index f72838aa573b..67c9188d53cb 100644
> --- a/drivers/clk/qcom/Kconfig
> +++ b/drivers/clk/qcom/Kconfig
> @@ -7,9 +7,6 @@ config QCOM_GDSC
>  	bool
>  	select PM_GENERIC_DOMAINS if PM
>  
> -config QCOM_RPMCC
> -	bool
> -
>  menuconfig COMMON_CLK_QCOM
>  	tristate "Support for Qualcomm's clock controllers"
>  	depends on OF
> @@ -122,7 +119,6 @@ config QCOM_CLK_APCS_SDX55
>  config QCOM_CLK_RPM
>  	tristate "RPM based Clock Controller"
>  	depends on MFD_QCOM_RPM
> -	select QCOM_RPMCC
>  	help
>  	  The RPM (Resource Power Manager) is a dedicated hardware engine for
>  	  managing the shared SoC resources in order to keep the lowest power
> @@ -135,7 +131,6 @@ config QCOM_CLK_RPM
>  config QCOM_CLK_SMD_RPM
>  	tristate "RPM over SMD based Clock Controller"
>  	depends on QCOM_SMD_RPM
> -	select QCOM_RPMCC
>  	help
>  	  The RPM (Resource Power Manager) is a dedicated hardware engine for
>  	  managing the shared SoC resources in order to keep the lowest power
> 
> ---
> base-commit: eefb5ee4b41cdb68bf6feffe0d68b5bbe038e29d
> change-id: 20240618-drop-qcom-rpmcc-2f3d85aca0a1
> 
> Best regards,
> -- 
> Elliot Berman <quic_eberman@quicinc.com>
> 
> 

Reviewed-by: Mike Tipton <quic_mdtipton@quicinc.com>
Dmitry Baryshkov June 20, 2024, 9:39 p.m. UTC | #2
On Wed, Jun 19, 2024 at 08:41:52AM GMT, Elliot Berman wrote:
> 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>
> ---
>  drivers/clk/qcom/Kconfig | 5 -----
>  1 file changed, 5 deletions(-)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Bjorn Andersson June 21, 2024, 6:11 a.m. UTC | #3
On Wed, 19 Jun 2024 08:41:52 -0700, Elliot Berman wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] clk: qcom: Remove QCOM_RPMCC symbol
      commit: e429be706f2a1bd0c9a780793fff6b3784fb4204

Best regards,
diff mbox series

Patch

diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
index f72838aa573b..67c9188d53cb 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -7,9 +7,6 @@  config QCOM_GDSC
 	bool
 	select PM_GENERIC_DOMAINS if PM
 
-config QCOM_RPMCC
-	bool
-
 menuconfig COMMON_CLK_QCOM
 	tristate "Support for Qualcomm's clock controllers"
 	depends on OF
@@ -122,7 +119,6 @@  config QCOM_CLK_APCS_SDX55
 config QCOM_CLK_RPM
 	tristate "RPM based Clock Controller"
 	depends on MFD_QCOM_RPM
-	select QCOM_RPMCC
 	help
 	  The RPM (Resource Power Manager) is a dedicated hardware engine for
 	  managing the shared SoC resources in order to keep the lowest power
@@ -135,7 +131,6 @@  config QCOM_CLK_RPM
 config QCOM_CLK_SMD_RPM
 	tristate "RPM over SMD based Clock Controller"
 	depends on QCOM_SMD_RPM
-	select QCOM_RPMCC
 	help
 	  The RPM (Resource Power Manager) is a dedicated hardware engine for
 	  managing the shared SoC resources in order to keep the lowest power