Kconfig (9095bf25ea08135a5b74875dd0e3eeaddc4218a0) | Kconfig (371a95074558a08d47e3acaa29f810aae6f03d0a) |
---|---|
1config QCOM_GDSC 2 bool 3 select PM_GENERIC_DOMAINS if PM 4 5config QCOM_RPMCC 6 bool 7 8config COMMON_CLK_QCOM --- 68 unchanged lines hidden (view full) --- 77 tristate "IPQ806x LPASS Clock Controller" 78 select IPQ_GCC_806X 79 depends on COMMON_CLK_QCOM 80 help 81 Support for the LPASS clock controller on ipq806x devices. 82 Say Y if you want to use audio devices such as i2s, pcm, 83 S/PDIF, etc. 84 | 1config QCOM_GDSC 2 bool 3 select PM_GENERIC_DOMAINS if PM 4 5config QCOM_RPMCC 6 bool 7 8config COMMON_CLK_QCOM --- 68 unchanged lines hidden (view full) --- 77 tristate "IPQ806x LPASS Clock Controller" 78 select IPQ_GCC_806X 79 depends on COMMON_CLK_QCOM 80 help 81 Support for the LPASS clock controller on ipq806x devices. 82 Say Y if you want to use audio devices such as i2s, pcm, 83 S/PDIF, etc. 84 |
85config IPQ_GCC_8074 86 tristate "IPQ8074 Global Clock Controller" 87 depends on COMMON_CLK_QCOM 88 help 89 Support for global clock controller on ipq8074 devices. 90 Say Y if you want to use peripheral devices such as UART, SPI, 91 i2c, USB, SD/eMMC, etc. Select this for the root clock 92 of ipq8074. 93 |
|
85config MSM_GCC_8660 86 tristate "MSM8660 Global Clock Controller" 87 depends on COMMON_CLK_QCOM 88 help 89 Support for the global clock controller on msm8660 devices. 90 Say Y if you want to use peripheral devices such as UART, SPI, 91 i2c, USB, SD/eMMC, etc. 92 --- 97 unchanged lines hidden --- | 94config MSM_GCC_8660 95 tristate "MSM8660 Global Clock Controller" 96 depends on COMMON_CLK_QCOM 97 help 98 Support for the global clock controller on msm8660 devices. 99 Say Y if you want to use peripheral devices such as UART, SPI, 100 i2c, USB, SD/eMMC, etc. 101 --- 97 unchanged lines hidden --- |