diff options
author | Taniya Das <tdas@codeaurora.org> | 2021-07-13 17:12:23 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-07-20 22:46:32 +0200 |
commit | fae7617bb1428eae812f2cce5bdaa2838d0a9662 (patch) | |
tree | 181f2febc51cfc6a186a10d10093297e11b19c71 /drivers/clk/qcom/Kconfig | |
parent | dt-bindings: clock: Add SC7280 VideoCC clock binding (diff) | |
download | linux-fae7617bb1428eae812f2cce5bdaa2838d0a9662.tar.xz linux-fae7617bb1428eae812f2cce5bdaa2838d0a9662.zip |
clk: qcom: Add video clock controller driver for SC7280
Add support for the video clock controller found on SC7280
based devices. This would allow video drivers to probe and
control their clocks.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lore.kernel.org/r/1626189143-12957-8-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 80b2b6b70d68..85b090a8d9c6 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -410,6 +410,14 @@ config SC_VIDEOCC_7180 Say Y if you want to support video devices and functionality such as video encode and decode. +config SC_VIDEOCC_7280 + tristate "SC7280 Video Clock Controller" + select SC_GCC_7280 + help + Support for the video clock controller on SC7280 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 |