From f9a7486e4cff9fb92c19fb430872a6e1a7a538b0 Mon Sep 17 00:00:00 2001 From: Codrin Ciubotariu Date: Thu, 18 Jun 2020 18:41:47 +0300 Subject: [PATCH] ARM: configs: at91: sama5: Enable CLASSD CLASSD is present on SAMA5d2 SoCs. Signed-off-by: Codrin Ciubotariu Signed-off-by: Alexandre Belloni Link: https://lore.kernel.org/r/20200618154147.687878-1-codrin.ciubotariu@microchip.com --- arch/arm/configs/sama5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index 8e1f78c199202..f688443fe7bfb 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -165,6 +165,7 @@ CONFIG_SND_SOC=y CONFIG_SND_ATMEL_SOC=y CONFIG_SND_ATMEL_SOC_WM8904=y # CONFIG_HID_GENERIC is not set +CONFIG_SND_ATMEL_SOC_CLASSD=y CONFIG_SND_ATMEL_SOC_PDMIC=y CONFIG_SND_ATMEL_SOC_TSE850_PCM5142=m CONFIG_SND_ATMEL_SOC_I2S=y -- 2.39.5