diff options
author | Mark Brown <broonie@kernel.org> | 2022-05-13 14:06:32 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-05-13 14:16:01 +0200 |
commit | 2cc1cd26e913848738f31fbb07663f0fe2d98fa4 (patch) | |
tree | 76bc7bed831bc656539828fc1c2e9433a7ca8085 | |
parent | Merge tag 'v5.18-next-defconfig' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
download | linux-2cc1cd26e913848738f31fbb07663f0fe2d98fa4.tar.xz linux-2cc1cd26e913848738f31fbb07663f0fe2d98fa4.zip |
ARM: configs: Enable ASoC AC'97 glue
AC'97 was quite commonly used on at least i.MX designs so enable the
glue code that allows use of AC'97 with ASoC based designs to improve
testing coverage.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220513120632.168148-1-broonie@kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 956f1c8e230e..547918170f1f 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -804,6 +804,7 @@ CONFIG_SND_SOC_TEGRA_TRIMSLICE=m CONFIG_SND_SOC_TEGRA_ALC5632=m CONFIG_SND_SOC_TEGRA_MAX98090=m CONFIG_SND_SOC_DAVINCI_MCASP=m +CONFIG_SND_SOC_AC97=m CONFIG_SND_SOC_AK4642=m CONFIG_SND_SOC_CPCAP=m CONFIG_SND_SOC_CS42L51_I2C=m |