diff options
| author | Danila Tikhonov <danila@jiaxyga.com> | 2024-05-05 23:10:38 +0300 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2024-05-27 12:01:56 -0500 |
| commit | aa9fc5c90814fcb9ecabbb505e097ff05abf962e (patch) | |
| tree | b68dc060da5d3221df43c7bc0951dc6e3318f373 /drivers/clk/qcom/Kconfig | |
| parent | a4be1860b9319e9e55eaa9e28e35e7b19128060c (diff) | |
clk: qcom: Add Video Clock Controller driver for SM7150
Add support for the video clock controller found on SM7150.
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Link: https://lore.kernel.org/r/20240505201038.276047-9-danila@jiaxyga.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
| -rw-r--r-- | drivers/clk/qcom/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 14e19f4c804c..20ba2eeb24ec 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -1137,6 +1137,16 @@ config SM_TCSRCC_8650 Support for the TCSR clock controller on SM8650 devices. Say Y if you want to use peripheral devices such as SD/UFS. +config SM_VIDEOCC_7150 + tristate "SM7150 Video Clock Controller" + depends on ARM64 || COMPILE_TEST + select SM_GCC_7150 + select QCOM_GDSC + help + Support for the video clock controller on SM7150 devices. + Say Y if you want to support video devices and functionality such as + video encode and decode. + config SM_VIDEOCC_8150 tristate "SM8150 Video Clock Controller" depends on ARM64 || COMPILE_TEST |
