diff options
author | Adam Ford <[email protected]> | 2020-10-19 11:50:38 -0500 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2020-10-31 17:05:26 +0800 |
commit | 338d3c474b90738ef407bd0efca706118b0e06cc (patch) | |
tree | 6bcdc458ae9c0fa20f93ea4f471bc9e87a4a47a7 | |
parent | 3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff) |
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 4 |
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 |