diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2020-10-26 12:02:20 +0000 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-11-04 18:34:54 -0800 |
commit | a2d8f507803ee858c718b2a8d54c00ac9c5c5f09 (patch) | |
tree | 29df5fa344c0c1ef88db792e29c424670ab6b18d /drivers/clk/qcom/Kconfig | |
parent | 7dbe5a7a3f990d642a3166b5d161db429d9f7271 (diff) |
clk: qcom: Add support to LPASS AUDIO_CC Glitch Free Mux clocks
GFM Muxes in AUDIO_CC control clocks to LPASS WSA and RX Codec Macros.
This patch adds support to these muxes.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20201026120221.18984-4-srinivas.kandagatla@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 886e8610b321..48c624a1eff1 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -511,4 +511,10 @@ config KRAITCC Support for the Krait CPU clocks on Qualcomm devices. Say Y if you want to support CPU frequency scaling. +config CLK_GFM_LPASS_SM8250 + tristate "SM8250 GFM LPASS Clocks" + help + Support for the Glitch Free Mux (GFM) Low power audio + subsystem (LPASS) clocks found on SM8250 SoCs. + endif |