diff options
| author | Taniya Das <tdas@codeaurora.org> | 2019-12-27 12:08:34 +0530 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2020-01-04 23:25:01 -0800 |
| commit | 253dc75a0bb8f6207b3ac5f4897871b7b47a554e (patch) | |
| tree | e68889ef01f34daef8c4306092899f646706e1f6 /drivers/clk/qcom/Kconfig | |
| parent | 4cc62ebd0cd8a061331b4e013193621605f2e63b (diff) | |
| download | lwn-253dc75a0bb8f6207b3ac5f4897871b7b47a554e.tar.gz lwn-253dc75a0bb8f6207b3ac5f4897871b7b47a554e.zip | |
clk: qcom: Add video clock controller driver for SC7180
Add support for the video clock controller found on SC7180
based devices. This would allow video drivers to probe
and control their clocks.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lkml.kernel.org/r/1577428714-17766-7-git-send-email-tdas@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 0877b8238575..05f12cf11005 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -272,6 +272,14 @@ config SC_GPUCC_7180 Say Y if you want to support graphics controller devices and functionality such as 3D graphics. +config SC_VIDEOCC_7180 + tristate "SC7180 Video Clock Controller" + select SC_GCC_7180 + help + Support for the video clock controller on SC7180 devices. + Say Y if you want to support video devices and functionality such as + video encode and decode. + config SDM_CAMCC_845 tristate "SDM845 Camera Clock Controller" select SDM_GCC_845 |
