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

clk: qcom: Kconfig: Sort the symbol for SC_LPASS_CORECC_7180

Fix the order of the Kconfig symbol for SC_LPASS_CORECC_7180.

Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lore.kernel.org/r/1633484416-27852-1-git-send-email-tdas@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Taniya Das and committed by
Stephen Boyd
72c4996a 196eb928

+9 -9
+9 -9
drivers/clk/qcom/Kconfig
··· 393 393 Say Y if you want to use peripheral devices such as UART, SPI, 394 394 I2C, USB, UFS, SDCC, etc. 395 395 396 - config SC_LPASS_CORECC_7180 397 - tristate "SC7180 LPASS Core Clock Controller" 398 - select SC_GCC_7180 399 - help 400 - Support for the LPASS(Low Power Audio Subsystem) core clock controller 401 - on SC7180 devices. 402 - Say Y if you want to use LPASS clocks and power domains of the LPASS 403 - core clock controller. 404 - 405 396 config SC_GPUCC_7180 406 397 tristate "SC7180 Graphics Clock Controller" 407 398 select SC_GCC_7180 ··· 408 417 Support for the graphics clock controller on SC7280 devices. 409 418 Say Y if you want to support graphics controller devices and 410 419 functionality such as 3D graphics. 420 + 421 + config SC_LPASS_CORECC_7180 422 + tristate "SC7180 LPASS Core Clock Controller" 423 + select SC_GCC_7180 424 + help 425 + Support for the LPASS(Low Power Audio Subsystem) core clock controller 426 + on SC7180 devices. 427 + Say Y if you want to use LPASS clocks and power domains of the LPASS 428 + core clock controller. 411 429 412 430 config SC_MSS_7180 413 431 tristate "SC7180 Modem Clock Controller"