From: Codrin Ciubotariu Date: Mon, 7 Mar 2022 12:22:02 +0000 (+0200) Subject: ARM: configs: at91: sama7: add MCHP PDMC and DMIC drivers X-Git-Tag: v5.19-rc1~142^2~10^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cbc6291603db480908ae0c82eb87ac38a0ef7df;p=thirdparty%2Fkernel%2Flinux.git ARM: configs: at91: sama7: add MCHP PDMC and DMIC drivers Enable drivers needed for Microchip's PDMC and PDM microphones. Signed-off-by: Codrin Ciubotariu Signed-off-by: Nicolas Ferre Link: https://lore.kernel.org/r/20220307122202.2251639-7-codrin.ciubotariu@microchip.com --- diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index 90a0ac7c268af..11867a7d26c57 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -153,6 +153,8 @@ CONFIG_SND_SOC_MIKROE_PROTO=m CONFIG_SND_MCHP_SOC_I2S_MCC=y CONFIG_SND_MCHP_SOC_SPDIFTX=y CONFIG_SND_MCHP_SOC_SPDIFRX=y +CONFIG_SND_MCHP_SOC_PDMC=y +CONFIG_SND_SOC_DMIC=y CONFIG_SND_SOC_PCM5102A=y CONFIG_SND_SOC_SPDIF=y CONFIG_SND_SIMPLE_CARD=y