]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: qcom: use different Kconfig prompts for APSS IPQ5424/6018 drivers
authorGabor Juhos <j4g8y7@gmail.com>
Thu, 13 Nov 2025 16:42:52 +0000 (17:42 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 13 Nov 2025 17:42:48 +0000 (11:42 -0600)
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>
Link: https://lore.kernel.org/r/20251113-clk-qcom-apss-ipq-prompt-v1-1-b62cf2142609@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/Kconfig

index 4a78099e706c2cee5162d837cad3723db75039d0..550a9d82a6b38622eb3871f61cec7878d8d9cdfe 100644 (file)
@@ -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