[PATCH] clk: qcom: use different Kconfig prompts for APSS IPQ5424/6018 drivers

Gabor Juhos posted 1 patch 2 months, 3 weeks ago
drivers/clk/qcom/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH] clk: qcom: use different Kconfig prompts for APSS IPQ5424/6018 drivers
Posted by Gabor Juhos 2 months, 3 weeks ago
Both the IPQ_APSS_5424 and IPQ_APSS_6018 symbols are using the same
prompt which complicates to see that which option corresponds to which
driver.

Add a prefix to both prompts to make it easier to differentiate the
two options.

While at it, also fix a typo in the help text of the IPQ_APSS_5424
symbol.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
---
 drivers/clk/qcom/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
index 78a3038426136e018e346bad0e10e1caa26ee6b7..2190979b6e7b66cb3901ff53dbb1af39571e4267 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -215,16 +215,16 @@ config IPQ_APSS_PLL
 	  devices.
 
 config IPQ_APSS_5424
-	tristate "IPQ APSS Clock Controller"
+	tristate "IPQ5424 APSS Clock Controller"
 	select IPQ_APSS_PLL
 	default y if IPQ_GCC_5424
 	help
-	  Support for APSS Clock controller on Qualcom IPQ5424 platform.
+	  Support for APSS Clock controller on Qualcomm IPQ5424 platform.
 	  Say Y if you want to support CPU frequency scaling on ipq based
 	  devices.
 
 config IPQ_APSS_6018
-	tristate "IPQ APSS Clock Controller"
+	tristate "IPQ6018 APSS Clock Controller"
 	select IPQ_APSS_PLL
 	depends on QCOM_APCS_IPC || COMPILE_TEST
 	depends on QCOM_SMEM

---
base-commit: 682921ab33129ec46392b27e9dafcb206c2a08dd
change-id: 20251113-clk-qcom-apss-ipq-prompt-f1656b0822c8

Best regards,
-- 
Gabor Juhos <j4g8y7@gmail.com>
Re: [PATCH] clk: qcom: use different Kconfig prompts for APSS IPQ5424/6018 drivers
Posted by Bjorn Andersson 2 months, 3 weeks ago
On Thu, 13 Nov 2025 17:42:52 +0100, Gabor Juhos wrote:
> Both the IPQ_APSS_5424 and IPQ_APSS_6018 symbols are using the same
> prompt which complicates to see that which option corresponds to which
> driver.
> 
> Add a prefix to both prompts to make it easier to differentiate the
> two options.
> 
> [...]

Applied, thanks!

[1/1] clk: qcom: use different Kconfig prompts for APSS IPQ5424/6018 drivers
      commit: 4145fc363eb23a1caf14f7ebf6830ab32bcaa50e

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>