Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Gabor Juhos and committed by
Bjorn Andersson
4145fc36 dc937f12

+3 -3
+3 -3
drivers/clk/qcom/Kconfig
··· 215 215 devices. 216 216 217 217 config IPQ_APSS_5424 218 - tristate "IPQ APSS Clock Controller" 218 + tristate "IPQ5424 APSS Clock Controller" 219 219 select IPQ_APSS_PLL 220 220 default y if IPQ_GCC_5424 221 221 help 222 - Support for APSS Clock controller on Qualcom IPQ5424 platform. 222 + Support for APSS Clock controller on Qualcomm IPQ5424 platform. 223 223 Say Y if you want to support CPU frequency scaling on ipq based 224 224 devices. 225 225 226 226 config IPQ_APSS_6018 227 - tristate "IPQ APSS Clock Controller" 227 + tristate "IPQ6018 APSS Clock Controller" 228 228 select IPQ_APSS_PLL 229 229 depends on QCOM_APCS_IPC || COMPILE_TEST 230 230 depends on QCOM_SMEM