diff options
author | Jonathan Marek <jonathan@marek.ca> | 2020-09-23 12:06:30 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-10-13 18:05:04 -0700 |
commit | 5658e8cf1a8a222527870562dc06702015f6357c (patch) | |
tree | e8031d45973f05cb3aa45ea00a04ed1dd4576cbf /drivers/clk/qcom/Kconfig | |
parent | dafb992a95e1c19ba62596b111d88f56f20ef887 (diff) |
clk: qcom: add video clock controller driver for SM8150
Add support for the video clock controller found on SM8150 based devices.
Derived from the downstream driver.
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Link: https://lore.kernel.org/r/20200923160635.28370-5-jonathan@marek.ca
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 058327310c25..40d7ee9886c9 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -444,6 +444,15 @@ config SM_GPUCC_8250 Say Y if you want to support graphics controller devices and functionality such as 3D graphics. +config SM_VIDEOCC_8150 + tristate "SM8150 Video Clock Controller" + select SDM_GCC_8150 + select QCOM_GDSC + help + Support for the video clock controller on SM8150 devices. + Say Y if you want to support video devices and functionality such as + video encode and decode. + config SPMI_PMIC_CLKDIV tristate "SPMI PMIC clkdiv Support" depends on SPMI || COMPILE_TEST |