mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 17:42:03 +02:00
clk: qcom: Make important ARM64 drivers default
Clock controller drivers are essential for booting up SoCs and are not really optional for a given platform. Kernel should not ask users choice of drivers when that choice is obvious and known to the developers that answer should be 'yes' or 'module'. Switch all Qualcomm clock controller drivers which are chosen in defconfig to respective default 'yes' or 'module'. This has no impact on ARM64 defconfig include/generated/autoconf.h, however changes few drivers for ARM 32-bit: 1. multi_v7_defconfig: Enable QCOM_CLK_RPMH as module, because SDX55 (ARM 32-bit) uses it. 2. qcom_defconfig: Enable QCOM_A53PLL, QCOM_CLK_APCS_MSM8916 and MSM_GCC_8916 as built-in, because MSM8916 is also used ARM 32-bit. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260703-clk-qcom-defaults-v3-3-78894525e54a@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
9904402cf4
commit
5c38f9b7df
|
|
@ -23,6 +23,7 @@ config CLK_ELIZA_DISPCC
|
|||
tristate "Eliza Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_ELIZA_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controllers on Eliza SoCs.
|
||||
Say Y if you want to support display devices and functionality such as
|
||||
|
|
@ -32,6 +33,7 @@ config CLK_ELIZA_GCC
|
|||
tristate "Eliza Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on Eliza devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -41,6 +43,7 @@ config CLK_ELIZA_TCSRCC
|
|||
tristate "Eliza TCSR Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the TCSR clock controller on Eliza devices.
|
||||
Say Y if you want to use peripheral devices such as USB/PCIe/UFS.
|
||||
|
|
@ -60,6 +63,7 @@ config CLK_GLYMUR_DISPCC
|
|||
tristate "Glymur Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_GLYMUR_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controllers on Qualcomm
|
||||
Technologies, Inc. Glymur devices.
|
||||
|
|
@ -81,6 +85,7 @@ config CLK_GLYMUR_GCC
|
|||
tristate "Glymur Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on Glymur devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -99,6 +104,7 @@ config CLK_GLYMUR_TCSRCC
|
|||
tristate "Glymur TCSR Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the TCSR clock controller on Glymur devices.
|
||||
Say Y if you want to use peripheral devices such as USB/PCIe/EDP.
|
||||
|
|
@ -116,6 +122,7 @@ config CLK_KAANAPALI_CAMCC
|
|||
tristate "Kaanapali Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_KAANAPALI_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on Qualcomm Technologies, Inc
|
||||
Kaanapali devices.
|
||||
|
|
@ -126,6 +133,7 @@ config CLK_KAANAPALI_DISPCC
|
|||
tristate "Kaanapali Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_KAANAPALI_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
Kaanapali devices.
|
||||
|
|
@ -136,6 +144,7 @@ config CLK_KAANAPALI_GCC
|
|||
tristate "Kaanapali Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on Kaanapali devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -145,6 +154,7 @@ config CLK_KAANAPALI_GPUCC
|
|||
tristate "Kaanapali Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_KAANAPALI_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on Kaanapali devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -154,6 +164,7 @@ config CLK_KAANAPALI_TCSRCC
|
|||
tristate "Kaanapali TCSR Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the TCSR clock controller on Kaanapali devices.
|
||||
Say Y if you want to use peripheral devices such as PCIe, USB, UFS.
|
||||
|
|
@ -162,6 +173,7 @@ config CLK_KAANAPALI_VIDEOCC
|
|||
tristate "Kaanapali Video Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_KAANAPALI_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on Kaanapali devices.
|
||||
Say Y if you want to support video devices and functionality such as
|
||||
|
|
@ -191,6 +203,7 @@ config CLK_X1E80100_CAMCC
|
|||
tristate "X1E80100 Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_X1E80100_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on X1E80100 devices.
|
||||
Say Y if you want to support camera devices and camera functionality.
|
||||
|
|
@ -199,6 +212,7 @@ config CLK_X1E80100_DISPCC
|
|||
tristate "X1E80100 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_X1E80100_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the two display clock controllers on Qualcomm
|
||||
Technologies, Inc. X1E80100 devices.
|
||||
|
|
@ -209,6 +223,7 @@ config CLK_X1E80100_GCC
|
|||
tristate "X1E80100 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on Qualcomm Technologies, Inc
|
||||
X1E80100 devices.
|
||||
|
|
@ -219,6 +234,7 @@ config CLK_X1E80100_GPUCC
|
|||
tristate "X1E80100 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_X1E80100_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on X1E80100 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -228,6 +244,7 @@ config CLK_X1E80100_TCSRCC
|
|||
tristate "X1E80100 TCSR Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the TCSR clock controller on X1E80100 devices.
|
||||
Say Y if you want to use peripheral devices such as SD/UFS.
|
||||
|
|
@ -247,6 +264,7 @@ config CLK_X1P42100_GPUCC
|
|||
tristate "X1P42100 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select CLK_X1E80100_GCC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on X1P42100 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -267,6 +285,7 @@ config CLK_QCM2290_GPUCC
|
|||
tristate "QCM2290 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCM_GCC_2290
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on QCM2290 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -274,6 +293,7 @@ config CLK_QCM2290_GPUCC
|
|||
|
||||
config QCOM_A53PLL
|
||||
tristate "MSM8916 A53 PLL"
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the A53 PLL on MSM8916 devices. It provides
|
||||
the CPU with frequencies above 1GHz.
|
||||
|
|
@ -292,6 +312,7 @@ config QCOM_A7PLL
|
|||
config QCOM_CLK_APCS_MSM8916
|
||||
tristate "MSM8916 APCS Clock Controller"
|
||||
depends on QCOM_APCS_IPC || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the APCS Clock Controller on msm8916 devices. The
|
||||
APCS is managing the mux and divider which feeds the CPUs.
|
||||
|
|
@ -303,6 +324,7 @@ config QCOM_CLK_APCC_MSM8996
|
|||
select QCOM_KRYO_L2_ACCESSORS
|
||||
select INTERCONNECT_CLK if INTERCONNECT
|
||||
depends on ARM64
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the CPU clock controller on msm8996 devices.
|
||||
Say Y if you want to support CPU clock scaling using CPUfreq
|
||||
|
|
@ -333,6 +355,7 @@ config QCOM_CLK_RPM
|
|||
config QCOM_CLK_SMD_RPM
|
||||
tristate "RPM over SMD based Clock Controller"
|
||||
depends on QCOM_SMD_RPM
|
||||
default ARCH_QCOM
|
||||
help
|
||||
The RPM (Resource Power Manager) is a dedicated hardware engine for
|
||||
managing the shared SoC resources in order to keep the lowest power
|
||||
|
|
@ -345,6 +368,7 @@ config QCOM_CLK_SMD_RPM
|
|||
config QCOM_CLK_RPMH
|
||||
tristate "RPMh Clock Driver"
|
||||
depends on QCOM_RPMH
|
||||
default ARCH_QCOM
|
||||
help
|
||||
RPMh manages shared resources on some Qualcomm Technologies, Inc.
|
||||
SoCs. It accepts requests from other hardware subsystems via RSC.
|
||||
|
|
@ -420,6 +444,7 @@ config IPQ_APSS_6018
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
depends on QCOM_APCS_IPC || COMPILE_TEST
|
||||
depends on QCOM_SMEM
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for APSS clock controller on IPQ platforms. The
|
||||
APSS clock controller manages the Mux and enable block that feeds the
|
||||
|
|
@ -430,6 +455,7 @@ config IPQ_APSS_6018
|
|||
config IPQ_CMN_PLL
|
||||
tristate "IPQ CMN PLL Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for CMN PLL clock controller on IPQ platform. The
|
||||
CMN PLL consumes the AHB/SYS clocks from GCC and supplies
|
||||
|
|
@ -448,6 +474,7 @@ config IPQ_GCC_4019
|
|||
config IPQ_GCC_5018
|
||||
tristate "IPQ5018 Global Clock Controller"
|
||||
depends on ARM || ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM && ARM64
|
||||
help
|
||||
Support for global clock controller on ipq5018 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -456,6 +483,7 @@ config IPQ_GCC_5018
|
|||
config IPQ_GCC_5210
|
||||
tristate "IPQ5210 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on ipq5210 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -464,6 +492,7 @@ config IPQ_GCC_5210
|
|||
config IPQ_GCC_5332
|
||||
tristate "IPQ5332 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on ipq5332 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -472,6 +501,7 @@ config IPQ_GCC_5332
|
|||
config IPQ_GCC_5424
|
||||
tristate "IPQ5424 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on ipq5424 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -480,6 +510,7 @@ config IPQ_GCC_5424
|
|||
config IPQ_GCC_6018
|
||||
tristate "IPQ6018 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for global clock controller on ipq6018 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -507,6 +538,7 @@ config IPQ_GCC_8074
|
|||
tristate "IPQ8074 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for global clock controller on ipq8074 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -516,6 +548,7 @@ config IPQ_GCC_8074
|
|||
config IPQ_GCC_9574
|
||||
tristate "IPQ9574 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for global clock controller on ipq9574 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -536,6 +569,7 @@ config IPQ_NSSCC_5424
|
|||
tristate "IPQ5424 NSS Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on IPQ_GCC_5424
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for NSS clock controller on ipq5424 devices.
|
||||
NSSCC receives the clock sources from GCC, CMN PLL and UNIPHY (PCS).
|
||||
|
|
@ -547,6 +581,7 @@ config IPQ_NSSCC_9574
|
|||
tristate "IPQ9574 NSS Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on IPQ_GCC_9574
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for NSS clock controller on ipq9574 devices.
|
||||
|
||||
|
|
@ -579,6 +614,7 @@ config MSM_GCC_8909
|
|||
config MSM_GCC_8916
|
||||
tristate "MSM8916 Global Clock Controller"
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on msm8916 devices.
|
||||
Say Y if you want to use devices such as UART, SPI i2c, USB,
|
||||
|
|
@ -647,6 +683,7 @@ config MSM_MMCC_8960
|
|||
config MSM_GCC_8953
|
||||
tristate "MSM8953 Global Clock Controller"
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM if ARM64
|
||||
help
|
||||
Support for the global clock controller on msm8953 devices.
|
||||
Say Y if you want to use devices such as UART, SPI i2c, USB,
|
||||
|
|
@ -683,6 +720,7 @@ config MSM_MMCC_8994
|
|||
tristate "MSM8994 Multimedia Clock Controller"
|
||||
select MSM_GCC_8994
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM && ARM64
|
||||
help
|
||||
Support for the multimedia clock controller on msm8994 devices.
|
||||
Say Y if you want to support multimedia devices such as display,
|
||||
|
|
@ -690,6 +728,7 @@ config MSM_MMCC_8994
|
|||
|
||||
config MSM_GCC_8994
|
||||
tristate "MSM8994 Global Clock Controller"
|
||||
default ARCH_QCOM if ARM64
|
||||
help
|
||||
Support for the global clock controller on msm8994 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -698,6 +737,7 @@ config MSM_GCC_8994
|
|||
config MSM_GCC_8996
|
||||
tristate "MSM8996 Global Clock Controller"
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM if ARM64
|
||||
help
|
||||
Support for the global clock controller on msm8996 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -707,6 +747,7 @@ config MSM_MMCC_8996
|
|||
tristate "MSM8996 Multimedia Clock Controller"
|
||||
select MSM_GCC_8996
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM && ARM64
|
||||
help
|
||||
Support for the multimedia clock controller on msm8996 devices.
|
||||
Say Y if you want to support multimedia devices such as display,
|
||||
|
|
@ -715,6 +756,7 @@ config MSM_MMCC_8996
|
|||
config MSM_GCC_8998
|
||||
tristate "MSM8998 Global Clock Controller"
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM if ARM64
|
||||
help
|
||||
Support for the global clock controller on msm8998 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -733,6 +775,7 @@ config MSM_MMCC_8998
|
|||
tristate "MSM8998 Multimedia Clock Controller"
|
||||
select MSM_GCC_8998
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM && ARM64
|
||||
help
|
||||
Support for the multimedia clock controller on msm8998 devices.
|
||||
Say Y if you want to support multimedia devices such as display,
|
||||
|
|
@ -742,6 +785,7 @@ config QCM_GCC_2290
|
|||
tristate "QCM2290 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on QCM2290 devices.
|
||||
Say Y if you want to use multimedia devices or peripheral
|
||||
|
|
@ -751,6 +795,7 @@ config QCM_DISPCC_2290
|
|||
tristate "QCM2290 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCM_GCC_2290
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
QCM2290 devices.
|
||||
|
|
@ -761,6 +806,7 @@ config QCS_DISPCC_615
|
|||
tristate "QCS615 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCS_GCC_615
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
QCS615 devices.
|
||||
|
|
@ -771,6 +817,7 @@ config QCS_CAMCC_615
|
|||
tristate "QCS615 Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCS_GCC_615
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on Qualcomm Technologies, Inc
|
||||
QCS615 devices.
|
||||
|
|
@ -779,6 +826,7 @@ config QCS_CAMCC_615
|
|||
|
||||
config QCS_GCC_404
|
||||
tristate "QCS404 Global Clock Controller"
|
||||
default y if ARCH_QCOM && ARM64
|
||||
help
|
||||
Support for the global clock controller on QCS404 devices.
|
||||
Say Y if you want to use multimedia devices or peripheral
|
||||
|
|
@ -795,6 +843,7 @@ config SA_CAMCC_8775P
|
|||
tristate "SA8775P Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SA_GCC_8775P
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on Qualcomm Technologies, Inc
|
||||
SA8775P devices.
|
||||
|
|
@ -805,6 +854,7 @@ config QCS_GCC_8300
|
|||
tristate "QCS8300 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on Qualcomm Technologies, Inc
|
||||
QCS8300 devices.
|
||||
|
|
@ -815,6 +865,7 @@ config QCS_GCC_615
|
|||
tristate "QCS615 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on QCS615 devices.
|
||||
Say Y if you want to use multimedia devices or peripheral
|
||||
|
|
@ -824,6 +875,7 @@ config QCS_GPUCC_615
|
|||
tristate "QCS615 Graphics clock controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCS_GCC_615
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on QCS615 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -833,6 +885,7 @@ config QCS_VIDEOCC_615
|
|||
tristate "QCS615 Video Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCS_GCC_615
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on QCS615 devices.
|
||||
Say Y if you want to support video devices and functionality such as
|
||||
|
|
@ -852,6 +905,7 @@ config SC_CAMCC_7280
|
|||
tristate "SC7280 Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SC_GCC_7280
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on Qualcomm Technologies, Inc
|
||||
SC7280 devices.
|
||||
|
|
@ -872,6 +926,7 @@ config SC_CAMCC_8280XP
|
|||
tristate "SC8280XP Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SC_GCC_8280XP
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on Qualcomm Technologies, Inc
|
||||
SC8280XP devices.
|
||||
|
|
@ -882,6 +937,7 @@ config SA_DISPCC_8775P
|
|||
tristate "SA8775P Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SA_GCC_8775P
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the two display clock controllers on Qualcomm
|
||||
Technologies, Inc. SA8775P devices.
|
||||
|
|
@ -902,6 +958,7 @@ config SC_DISPCC_7280
|
|||
tristate "SC7280 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SC_GCC_7280
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc.
|
||||
SC7280 devices.
|
||||
|
|
@ -912,6 +969,7 @@ config SC_DISPCC_8280XP
|
|||
tristate "SC8280XP Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SC_GCC_8280XP
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the two display clock controllers on Qualcomm
|
||||
Technologies, Inc. SC8280XP devices.
|
||||
|
|
@ -923,6 +981,7 @@ config SA_GCC_8775P
|
|||
select QCOM_GDSC
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on COMMON_CLK_QCOM
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SA8775 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -933,6 +992,7 @@ config SA_GPUCC_8775P
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
select SA_GCC_8775P
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SA8775P devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -961,6 +1021,7 @@ config SC_GCC_7180
|
|||
select QCOM_GDSC
|
||||
depends on COMMON_CLK_QCOM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SC7180 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -971,6 +1032,7 @@ config SC_GCC_7280
|
|||
select QCOM_GDSC
|
||||
depends on COMMON_CLK_QCOM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SC7280 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -981,6 +1043,7 @@ config SC_GCC_8180X
|
|||
select QCOM_GDSC
|
||||
depends on COMMON_CLK_QCOM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SC8180X devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -991,6 +1054,7 @@ config SC_GCC_8280XP
|
|||
select QCOM_GDSC
|
||||
depends on COMMON_CLK_QCOM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SC8280XP devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -1009,6 +1073,7 @@ config SC_GPUCC_7280
|
|||
tristate "SC7280 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SC_GCC_7280
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SC7280 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1018,6 +1083,7 @@ config SC_GPUCC_8280XP
|
|||
tristate "SC8280XP Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SC_GCC_8280XP
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SC8280XP devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1036,6 +1102,7 @@ config SC_LPASSCC_8280XP
|
|||
tristate "SC8280 Low Power Audio Subsystem (LPASS) Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SC_GCC_8280XP
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the LPASS clock controller on SC8280XP devices.
|
||||
Say Y if you want to use the LPASS branch clocks of the LPASS clock
|
||||
|
|
@ -1056,6 +1123,7 @@ config SC_LPASS_CORECC_7280
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
select SC_GCC_7280
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the LPASS(Low Power Audio Subsystem) core and audio clock
|
||||
controller on SC7280 devices.
|
||||
|
|
@ -1075,6 +1143,7 @@ config SC_VIDEOCC_7280
|
|||
tristate "SC7280 Video Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SC_GCC_7280
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on SC7280 devices.
|
||||
Say Y if you want to support video devices and functionality such as
|
||||
|
|
@ -1084,6 +1153,7 @@ config SDM_CAMCC_845
|
|||
tristate "SDM845 Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SDM_GCC_845
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on SDM845 devices.
|
||||
Say Y if you want to support camera devices and camera functionality.
|
||||
|
|
@ -1135,6 +1205,7 @@ config QDU_GCC_1000
|
|||
tristate "QDU1000/QRU1000 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on QDU1000 and
|
||||
QRU1000 devices. Say Y if you want to use peripheral
|
||||
|
|
@ -1153,6 +1224,7 @@ config SDM_GCC_845
|
|||
tristate "SDM845/SDM670 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SDM845 and SDM670 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -1162,6 +1234,7 @@ config SDM_GPUCC_845
|
|||
tristate "SDM845 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SDM_GCC_845
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SDM845 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1172,6 +1245,7 @@ config SDM_VIDEOCC_845
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
select SDM_GCC_845
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on SDM845 devices.
|
||||
Say Y if you want to support video devices and functionality such as
|
||||
|
|
@ -1181,6 +1255,7 @@ config SDM_DISPCC_845
|
|||
tristate "SDM845 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SDM_GCC_845
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
SDM845 devices.
|
||||
|
|
@ -1191,6 +1266,7 @@ config SDM_LPASSCC_845
|
|||
tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SDM_GCC_845
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the LPASS clock controller on SDM845 devices.
|
||||
Say Y if you want to use the LPASS branch clocks of the LPASS clock
|
||||
|
|
@ -1217,6 +1293,7 @@ config SDX_GCC_65
|
|||
config SDX_GCC_75
|
||||
tristate "SDX75 Global Clock Controller"
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM if ARM64
|
||||
help
|
||||
Support for the global clock controller on SDX75 devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -1234,6 +1311,7 @@ config SM_CAMCC_6350
|
|||
tristate "SM6350 Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_6350
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on SM6350 devices.
|
||||
Say Y if you want to support camera devices and camera functionality.
|
||||
|
|
@ -1250,6 +1328,7 @@ config SM_CAMCC_MILOS
|
|||
tristate "Milos Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_MILOS
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on Milos devices.
|
||||
Say Y if you want to support camera devices and camera functionality.
|
||||
|
|
@ -1268,6 +1347,7 @@ config SM_CAMCC_8250
|
|||
tristate "SM8250 Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8250
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on SM8250 devices.
|
||||
Say Y if you want to support camera devices and camera functionality.
|
||||
|
|
@ -1284,6 +1364,7 @@ config SM_CAMCC_8550
|
|||
tristate "SM8550 Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8550
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on SM8550 devices.
|
||||
Say Y if you want to support camera devices and camera functionality.
|
||||
|
|
@ -1292,6 +1373,7 @@ config SM_CAMCC_8650
|
|||
tristate "SM8650 Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8650
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on SM8650 devices.
|
||||
Say Y if you want to support camera devices and camera functionality.
|
||||
|
|
@ -1300,6 +1382,7 @@ config SM_CAMCC_8750
|
|||
tristate "SM8750 Camera Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8750
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the camera clock controller on SM8750 devices.
|
||||
The camera clock controller has a separate cambist controller which
|
||||
|
|
@ -1320,6 +1403,7 @@ config SM_DISPCC_6115
|
|||
tristate "SM6115 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on SM_GCC_6115
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
SM6115/SM4250 devices.
|
||||
|
|
@ -1350,6 +1434,7 @@ config SM_DISPCC_8250
|
|||
tristate "SM8150/SM8250/SM8350 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
SM8150/SM8250/SM8350 devices.
|
||||
|
|
@ -1360,6 +1445,7 @@ config SM_DISPCC_6350
|
|||
tristate "SM6350 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on SM_GCC_6350
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
SM6350 devices.
|
||||
|
|
@ -1380,6 +1466,7 @@ config SM_DISPCC_MILOS
|
|||
tristate "Milos Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on SM_GCC_MILOS
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
Milos devices.
|
||||
|
|
@ -1390,6 +1477,7 @@ config SM_DISPCC_8450
|
|||
tristate "SM8450 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on SM_GCC_8450
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
SM8450 or SM8475 devices.
|
||||
|
|
@ -1400,6 +1488,7 @@ config SM_DISPCC_8550
|
|||
tristate "SM8550 Display Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on SM_GCC_8550 || SM_GCC_8650 || SAR_GCC_2130P
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
SAR2130P, SM8550 or SM8650 devices.
|
||||
|
|
@ -1411,6 +1500,7 @@ config SM_DISPCC_8750
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
depends on SM_GCC_8750
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
SM8750 devices.
|
||||
|
|
@ -1421,6 +1511,7 @@ config SM_GCC_4450
|
|||
tristate "SM4450 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM4450 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -1430,6 +1521,7 @@ config SM_GCC_6115
|
|||
tristate "SM6115 and SM4250 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM6115 and SM4250 devices.
|
||||
Say Y if you want to use peripheral devices such as UART, SPI,
|
||||
|
|
@ -1448,6 +1540,7 @@ config SM_GCC_6350
|
|||
tristate "SM6350 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM6350 devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -1475,6 +1568,7 @@ config SM_GCC_MILOS
|
|||
tristate "Milos Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on Milos devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -1484,6 +1578,7 @@ config SM_GCC_8150
|
|||
tristate "SM8150 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM8150 devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -1493,6 +1588,7 @@ config SM_GCC_8250
|
|||
tristate "SM8250 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM8250 devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -1502,6 +1598,7 @@ config SM_GCC_8350
|
|||
tristate "SM8350 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM8350 devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -1511,6 +1608,7 @@ config SM_GCC_8450
|
|||
tristate "SM8450 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM8450 or SM8475
|
||||
devices.
|
||||
|
|
@ -1521,6 +1619,7 @@ config SM_GCC_8550
|
|||
tristate "SM8550 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM8550 devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -1530,6 +1629,7 @@ config SM_GCC_8650
|
|||
tristate "SM8650 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM8650 devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -1539,6 +1639,7 @@ config SM_GCC_8750
|
|||
tristate "SM8750 Global Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the global clock controller on SM8750 devices.
|
||||
Say Y if you want to use peripheral devices such as UART,
|
||||
|
|
@ -1557,6 +1658,7 @@ config SM_GPUCC_6115
|
|||
tristate "SM6115 Graphics Clock Controller"
|
||||
select SM_GCC_6115
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SM6115 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1584,6 +1686,7 @@ config SM_GPUCC_6350
|
|||
tristate "SM6350 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_6350
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SM6350 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1593,6 +1696,7 @@ config SM_GPUCC_MILOS
|
|||
tristate "Milos Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_MILOS
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on Milos devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1602,6 +1706,7 @@ config SM_GPUCC_8150
|
|||
tristate "SM8150 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8150
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SM8150 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1611,6 +1716,7 @@ config SM_GPUCC_8250
|
|||
tristate "SM8250 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8250
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SM8250 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1620,6 +1726,7 @@ config SM_GPUCC_8350
|
|||
tristate "SM8350 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8350
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SM8350 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1629,6 +1736,7 @@ config SM_GPUCC_8450
|
|||
tristate "SM8450 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8450
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SM8450 or SM8475
|
||||
devices.
|
||||
|
|
@ -1639,6 +1747,7 @@ config SM_GPUCC_8550
|
|||
tristate "SM8550 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8550
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SM8550 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1648,6 +1757,7 @@ config SM_GPUCC_8650
|
|||
tristate "SM8650 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8650
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SM8650 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1657,6 +1767,7 @@ config SM_GPUCC_8750
|
|||
tristate "SM8750 Graphics Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8750
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the graphics clock controller on SM8750 devices.
|
||||
Say Y if you want to support graphics controller devices and
|
||||
|
|
@ -1675,6 +1786,7 @@ config SM_TCSRCC_8550
|
|||
tristate "SM8550 TCSR Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the TCSR clock controller on SM8550 devices.
|
||||
Say Y if you want to use peripheral devices such as SD/UFS.
|
||||
|
|
@ -1683,6 +1795,7 @@ config SM_TCSRCC_8650
|
|||
tristate "SM8650 TCSR Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default ARCH_QCOM
|
||||
help
|
||||
Support for the TCSR clock controller on SM8650 devices.
|
||||
Say Y if you want to use peripheral devices such as SD/UFS.
|
||||
|
|
@ -1691,6 +1804,7 @@ config SM_TCSRCC_8750
|
|||
tristate "SM8750 TCSR Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the TCSR clock controller on SM8750 devices.
|
||||
Say Y if you want to use peripheral devices such as UFS/USB/PCIe.
|
||||
|
|
@ -1700,6 +1814,7 @@ config SA_VIDEOCC_8775P
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
select SA_GCC_8775P
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on Qualcomm Technologies, Inc.
|
||||
SA8775P devices.
|
||||
|
|
@ -1711,6 +1826,7 @@ config SM_VIDEOCC_6350
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_6350
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on SM6350 devices.
|
||||
Say Y if you want to support video devices and functionality such as
|
||||
|
|
@ -1731,6 +1847,7 @@ config SM_VIDEOCC_MILOS
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_MILOS
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on Qualcomm Technologies, Inc.
|
||||
Milos devices.
|
||||
|
|
@ -1752,6 +1869,7 @@ config SM_VIDEOCC_8250
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8250
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on SM8250 devices.
|
||||
Say Y if you want to support video devices and functionality such as
|
||||
|
|
@ -1771,6 +1889,7 @@ config SM_VIDEOCC_8550
|
|||
tristate "SM8550 Video Clock Controller"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on Qualcomm Technologies, Inc.
|
||||
SM8550 or SM8650 or X1E80100 devices.
|
||||
|
|
@ -1782,6 +1901,7 @@ config SM_VIDEOCC_8750
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8750
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on Qualcomm Technologies, Inc.
|
||||
SM8750 devices.
|
||||
|
|
@ -1822,6 +1942,7 @@ config KRAITCC
|
|||
config CLK_GFM_LPASS_SM8250
|
||||
tristate "SM8250 GFM LPASS Clocks"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the Glitch Free Mux (GFM) Low power audio
|
||||
subsystem (LPASS) clocks found on SM8250 SoCs.
|
||||
|
|
@ -1831,6 +1952,7 @@ config SM_VIDEOCC_8450
|
|||
depends on ARM64 || COMPILE_TEST
|
||||
select SM_GCC_8450
|
||||
select QCOM_GDSC
|
||||
default m if ARCH_QCOM
|
||||
help
|
||||
Support for the video clock controller on Qualcomm Technologies, Inc.
|
||||
SM8450 or SM8475 devices.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user