diff options
author | David Rhodes <drhodes@opensource.cirrus.com> | 2021-10-29 23:40:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-11-15 20:25:20 +0100 |
commit | bae9e13fc55cbc5ae25409385b2f1ba9187082d0 (patch) | |
tree | 40016e8718ddb7d155ad5100a048a6ae0f56d2b8 /sound/soc/codecs/Kconfig | |
parent | ASoC: dt-bindings: cs42l42: Convert binding to yaml (diff) | |
download | linux-bae9e13fc55cbc5ae25409385b2f1ba9187082d0.tar.xz linux-bae9e13fc55cbc5ae25409385b2f1ba9187082d0.zip |
ASoC: cs35l41: DSP Support
Support for HALO DSP and firmware
Signed-off-by: David Rhodes <drhodes@opensource.cirrus.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20211029214028.401284-2-drhodes@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 326f2d611ad4..3fe62df32238 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -343,11 +343,15 @@ config SND_SOC_WM_ADSP default y if SND_SOC_WM5102=y default y if SND_SOC_WM5110=y default y if SND_SOC_WM2200=y + default y if SND_SOC_CS35L41_SPI=y + default y if SND_SOC_CS35L41_I2C=y default m if SND_SOC_MADERA=m default m if SND_SOC_CS47L24=m default m if SND_SOC_WM5102=m default m if SND_SOC_WM5110=m default m if SND_SOC_WM2200=m + default m if SND_SOC_CS35L41_SPI=m + default m if SND_SOC_CS35L41_I2C=m config SND_SOC_AB8500_CODEC tristate |