diff options
author | Jonathan Marek <jonathan@marek.ca> | 2020-09-27 21:06:51 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-10-14 03:18:06 +0200 |
commit | 80a18f4a8567b73b95c03d96f4f566cbd54bc36b (patch) | |
tree | 3e2ba7406fed29179b62fc268fca950d5970a1c2 /drivers/clk/qcom/Kconfig | |
parent | dt-bindings: clock: add QCOM SM8150 and SM8250 display clock bindings (diff) | |
download | linux-80a18f4a8567b73b95c03d96f4f566cbd54bc36b.tar.xz linux-80a18f4a8567b73b95c03d96f4f566cbd54bc36b.zip |
clk: qcom: Add display clock controller driver for SM8150 and SM8250
Add support for the display clock controller found on SM8150 and SM8250.
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> (SM8250)
Link: https://lore.kernel.org/r/20200927190653.13876-3-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 95efa38211d5..3a965bd326d5 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -413,6 +413,15 @@ config SDM_LPASSCC_845 Say Y if you want to use the LPASS branch clocks of the LPASS clock controller to reset the LPASS subsystem. +config SM_DISPCC_8250 + tristate "SM8150 and SM8250 Display Clock Controller" + depends on SM_GCC_8150 || SM_GCC_8250 + help + Support for the display clock controller on Qualcomm Technologies, Inc + SM8150 and SM8250 devices. + Say Y if you want to support display devices and functionality such as + splash screen. + config SM_GCC_8150 tristate "SM8150 Global Clock Controller" help |