aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-10-19 11:50:38 -0500
committerShawn Guo <shawnguo@kernel.org>2020-10-31 17:05:26 +0800
commit338d3c474b90738ef407bd0efca706118b0e06cc (patch)
tree6bcdc458ae9c0fa20f93ea4f471bc9e87a4a47a7
parentLinux 5.10-rc1 (diff)
downloadwireguard-linux-338d3c474b90738ef407bd0efca706118b0e06cc.tar.xz
wireguard-linux-338d3c474b90738ef407bd0efca706118b0e06cc.zip
arm64: defconfig: Enable additional sound drivers on i.MX8M Mini
The i.MX8M Mini has micfil and SPDIF support but the drivers are not being loaded. This patch updates the defconfig to add support for these drivers. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm64/configs/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 17a2df6a263e..844d8817e6f4 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -694,6 +694,10 @@ CONFIG_SND_HDA_CODEC_HDMI=m
CONFIG_SND_SOC=y
CONFIG_SND_BCM2835_SOC_I2S=m
CONFIG_SND_SOC_FSL_SAI=m
+CONFIG_SND_SOC_FSL_MICFIL=m
+CONFIG_SND_IMX_SOC=m
+CONFIG_SND_SOC_IMX_SPDIF=m
+CONFIG_SND_SOC_IMX_AUDMIX=m
CONFIG_SND_MESON_AXG_SOUND_CARD=m
CONFIG_SND_MESON_GX_SOUND_CARD=m
CONFIG_SND_SOC_QCOM=m