Add STM32 SPDIFRX and DFSDM audio support to multi_v7_defconfig
Olivier Moysan (2):
ARM: multi_v7_defconfig: enable spdifrx support
ARM: multi_v7_defconfig: enable dfsdm audio support
arch/arm/configs/multi_v7_defconfig | 2 ++
1 file changed, 2 insertions(+)
--
2.17.1
Add DFSDM audio support by enabling CONFIG_SND_SOC_STM32_DFSDM
as module.
Signed-off-by: Olivier Moysan <[email protected]>
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index b30a3bc6762b..083d5f4450f4 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -743,6 +743,7 @@ CONFIG_SND_SOC_STI=m
CONFIG_SND_SOC_STM32_SAI=m
CONFIG_SND_SOC_STM32_I2S=m
CONFIG_SND_SOC_STM32_SPDIFRX=m
+CONFIG_SND_SOC_STM32_DFSDM=m
CONFIG_SND_SUN4I_CODEC=m
CONFIG_SND_SOC_TEGRA=m
CONFIG_SND_SOC_TEGRA20_I2S=m
--
2.17.1
On Wed, Nov 18, 2020 at 10:50:13AM +0100, Olivier Moysan wrote:
> Add DFSDM audio support by enabling CONFIG_SND_SOC_STM32_DFSDM
> as module.
Please say why do you enable it (e.g. for what SoC).
Best regards,
Krzysztof