diff options
author | Jonathan Marek <jonathan@marek.ca> | 2020-09-23 12:06:31 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-10-13 18:05:04 -0700 |
commit | 0e94711a1f29eb9ff7e2a86c096c1a2906dfcdba (patch) | |
tree | bdf429059b478d7c385f29721d05d787d0ba5814 /drivers/clk/qcom/Kconfig | |
parent | 5658e8cf1a8a222527870562dc06702015f6357c (diff) |
clk: qcom: add video clock controller driver for SM8250
Add support for the video clock controller found on SM8250 based devices.
Derived from the downstream driver.
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Link: https://lore.kernel.org/r/20200923160635.28370-6-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 40d7ee9886c9..95efa38211d5 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -453,6 +453,15 @@ config SM_VIDEOCC_8150 Say Y if you want to support video devices and functionality such as video encode and decode. +config SM_VIDEOCC_8250 + tristate "SM8250 Video Clock Controller" + select SDM_GCC_8250 + select QCOM_GDSC + help + Support for the video clock controller on SM8250 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 |