[PATCH v1] arm64: defconfig: enable WCD937X codec driver as module

From: Ajay Kumar Nandam

Date: Thu Jan 08 2026 - 02:34:25 EST


Enable the Qualcomm WCD937X SoundWire codec driver as a
loadable module in the arm64 defconfig. This is required for
audio support on platforms using the WCD937X codec over the
SoundWire interface.

Signed-off-by: Ajay Kumar Nandam <ajay.nandam@xxxxxxxxxxxxxxxx>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 3cc05d4b4df9..cc9b6bb955a7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1141,6 +1141,7 @@ CONFIG_SND_SOC_TLV320AIC32X4_I2C=m
CONFIG_SND_SOC_TLV320AIC3X_I2C=m
CONFIG_SND_SOC_WCD9335=m
CONFIG_SND_SOC_WCD934X=m
+CONFIG_SND_SOC_WCD937X_SDW=m
CONFIG_SND_SOC_WCD939X_SDW=m
CONFIG_SND_SOC_WM8524=m
CONFIG_SND_SOC_WM8904=m
--
2.34.1