diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-12-15 00:27:39 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-15 00:27:53 +0300 |
commit | 3315fe5faff4e38fafba8434ea75d90ed66a44c6 (patch) | |
tree | 1fd419860852e75df3256c2a4335f7b49faee975 /drivers/clk/qcom/Kconfig | |
parent | f4ad7fba066f70ccd50816476e2f8700013c0724 (diff) | |
parent | 8d3e5b9c1f2cdb9c81073e1f51643617078076ed (diff) | |
download | linux-3315fe5faff4e38fafba8434ea75d90ed66a44c6.tar.xz |
Merge branch 'clk-qcom-sdm845-lpass' into clk-next
- Qualcomm SDM845 audio subsystem clks
* clk-qcom-sdm845-lpass:
clk: qcom: Add lpass clock controller driver for SDM845
dt-bindings: clock: Introduce QCOM LPASS clock bindings
dt-bindings: clock: Update GCC bindings for protected-clocks
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 aca754f09817..1b1ba54e33dd 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -276,6 +276,14 @@ config SDM_DISPCC_845 Say Y if you want to support display devices and functionality such as splash screen. +config SDM_LPASSCC_845 + tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller" + select SDM_GCC_845 + help + Support for the LPASS clock controller on SDM845 devices. + Say Y if you want to use the LPASS branch clocks of the LPASS clock + controller to reset the LPASS subsystem. + config SPMI_PMIC_CLKDIV tristate "SPMI PMIC clkdiv Support" depends on SPMI || COMPILE_TEST |