[RESEND PATCH v2] arm64: defconfig: Enable Sound DMIC driver

Ravi Hothi posted 1 patch 1 month, 2 weeks ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[RESEND PATCH v2] arm64: defconfig: Enable Sound DMIC driver
Posted by Ravi Hothi 1 month, 2 weeks ago
Enable CONFIG_SND_SOC_DMIC as a module in the arm64 defconfig
to support digital microphone functionality on Qualcomm's
Monaco and Lemans platforms.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Ravi Hothi <ravi.hothi@oss.qualcomm.com>

---
Changes in v2:
	- Resent the patch with an updated CC list.
	- Link to v1: https://lore.kernel.org/all/20251203044217.171598-1-ravi.hothi@oss.qualcomm.com/
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index dd1ac01ee..b86717943 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1151,6 +1151,7 @@ CONFIG_SND_SOC_TEGRA210_ADX=m
 CONFIG_SND_SOC_TEGRA210_MIXER=m
 CONFIG_SND_SOC_TEGRA_AUDIO_GRAPH_CARD=m
 CONFIG_SND_SOC_DAVINCI_MCASP=m
+CONFIG_SND_SOC_DMIC=m
 CONFIG_SND_SOC_J721E_EVM=m
 CONFIG_SND_SOC_XILINX_I2S=m
 CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER=m
-- 
2.34.1