diff options
author | Amit Nischal <anischal@codeaurora.org> | 2018-08-08 13:47:19 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-08-31 04:27:06 +0300 |
commit | 78412c262004be21d1104ffad3232bb1c2e14a25 (patch) | |
tree | 3c2e0d895f9a2a1a3184828dcd152d034bae7188 /drivers/clk/qcom/Kconfig | |
parent | f40c467523cb5dd352e669a8bab2411b31db089e (diff) | |
download | linux-78412c262004be21d1104ffad3232bb1c2e14a25.tar.xz |
clk: qcom: Add camera clock controller driver for SDM845
Add support for the camera clock controller found on SDM845
based devices. This would allow camera drivers to probe and
control their clocks.
Signed-off-by: Amit Nischal <anischal@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 064768699fe7..5b181b182f40 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -235,6 +235,14 @@ config MSM_GCC_8998 Say Y if you want to use peripheral devices such as UART, SPI, i2c, USB, UFS, SD/eMMC, PCIe, etc. +config SDM_CAMCC_845 + tristate "SDM845 Camera Clock Controller" + depends on COMMON_CLK_QCOM + select SDM_GCC_845 + help + Support for the camera clock controller on SDM845 devices. + Say Y if you want to support camera devices and camera functionality. + config SDM_GCC_845 tristate "SDM845 Global Clock Controller" select QCOM_GDSC |