Skip to content

Commit 4145fc3

Browse files
juhosgandersson
authored andcommitted
clk: qcom: use different Kconfig prompts for APSS IPQ5424/6018 drivers
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>
1 parent dc937f1 commit 4145fc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,16 +215,16 @@ config IPQ_APSS_PLL
215215
devices.
216216

217217
config IPQ_APSS_5424
218-
tristate "IPQ APSS Clock Controller"
218+
tristate "IPQ5424 APSS Clock Controller"
219219
select IPQ_APSS_PLL
220220
default y if IPQ_GCC_5424
221221
help
222-
Support for APSS Clock controller on Qualcom IPQ5424 platform.
222+
Support for APSS Clock controller on Qualcomm IPQ5424 platform.
223223
Say Y if you want to support CPU frequency scaling on ipq based
224224
devices.
225225

226226
config IPQ_APSS_6018
227-
tristate "IPQ APSS Clock Controller"
227+
tristate "IPQ6018 APSS Clock Controller"
228228
select IPQ_APSS_PLL
229229
depends on QCOM_APCS_IPC || COMPILE_TEST
230230
depends on QCOM_SMEM

0 commit comments

Comments
 (0)