Kconfig (2441b965c4c7adae0b4a7825f7acb67d44c3cd38) | Kconfig (8cab033628b12c6f55aea4170dfe565761336a95) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config KRAIT_CLOCKS 3 bool 4 select KRAIT_L2_ACCESSORS 5 6config QCOM_GDSC 7 bool 8 select PM_GENERIC_DOMAINS if PM --- 51 unchanged lines hidden (view full) --- 60config CLK_X1E80100_TCSRCC 61 tristate "X1E80100 TCSR Clock Controller" 62 depends on ARM64 || COMPILE_TEST 63 select QCOM_GDSC 64 help 65 Support for the TCSR clock controller on X1E80100 devices. 66 Say Y if you want to use peripheral devices such as SD/UFS. 67 | 1# SPDX-License-Identifier: GPL-2.0-only 2config KRAIT_CLOCKS 3 bool 4 select KRAIT_L2_ACCESSORS 5 6config QCOM_GDSC 7 bool 8 select PM_GENERIC_DOMAINS if PM --- 51 unchanged lines hidden (view full) --- 60config CLK_X1E80100_TCSRCC 61 tristate "X1E80100 TCSR Clock Controller" 62 depends on ARM64 || COMPILE_TEST 63 select QCOM_GDSC 64 help 65 Support for the TCSR clock controller on X1E80100 devices. 66 Say Y if you want to use peripheral devices such as SD/UFS. 67 |
68config CLK_QCM2290_GPUCC 69 tristate "QCM2290 Graphics Clock Controller" 70 depends on ARM64 || COMPILE_TEST 71 select CLK_QCM2290_GCC 72 help 73 Support for the graphics clock controller on QCM2290 devices. 74 Say Y if you want to support graphics controller devices and 75 functionality such as 3D graphics. 76 |
|
68config QCOM_A53PLL 69 tristate "MSM8916 A53 PLL" 70 help 71 Support for the A53 PLL on MSM8916 devices. It provides 72 the CPU with frequencies above 1GHz. 73 Say Y if you want to support higher CPU frequencies on MSM8916 74 devices. 75 --- 1173 unchanged lines hidden --- | 77config QCOM_A53PLL 78 tristate "MSM8916 A53 PLL" 79 help 80 Support for the A53 PLL on MSM8916 devices. It provides 81 the CPU with frequencies above 1GHz. 82 Say Y if you want to support higher CPU frequencies on MSM8916 83 devices. 84 --- 1173 unchanged lines hidden --- |