On Sat, May 02, 2020 at 07:59:47AM -0500, Adam Ford wrote: > The i.MX8M Mini has SAI and micfil support but the drivers > are not being loaded. > > This patch updates the defconfig to add support > CONFIG_SND_SOC_FSL_SAI and CONFIG_SND_SOC_FSL_MICFIL to support > these drivers. > > Signed-off-by: Adam Ford <aford173@xxxxxxxxx> > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 366857dfa9de..4e60e8a98b83 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -638,6 +638,8 @@ CONFIG_SND_HDA_TEGRA=m > CONFIG_SND_HDA_CODEC_HDMI=m > CONFIG_SND_SOC=y > CONFIG_SND_BCM2835_SOC_I2S=m > +CONFIG_SND_SOC_FSL_SAI=y > +CONFIG_SND_SOC_FSL_MICFIL=y Please enable them as 'm'. Shawn > CONFIG_SND_MESON_AXG_SOUND_CARD=m > CONFIG_SND_SOC_SDM845=m > CONFIG_SND_SOC_ROCKCHIP=m > -- > 2.25.1 >