[PATCH v2] arm64: defconfig: Enable WCD937x driver as module

From: Mohammad Rafi Shaik
Date: Thu Oct 10 2024 - 01:27:43 EST


Enable Qualcomm WCD937x codec driver as modules
since it is now used on the QCM6490 platform.

Signed-off-by: Mohammad Rafi Shaik <quic_mohs@xxxxxxxxxxx>
Reviewed-by: Rohit Kumar <quic_rohkumar@xxxxxxxxxxx>
---
Changes in v2:
- Rephrase the commit message as suggested by Trilok Soni.
- Link to v1: https://lore.kernel.org/linux-arm-kernel/6cabe8cf-7286-22f8-029f-140b084004e1@xxxxxxxxxxx/
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5fdbfea7a5b2..c4746e3412f8 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1036,6 +1036,8 @@ 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=m
+CONFIG_SND_SOC_WCD937X_SDW=m
CONFIG_SND_SOC_WCD939X=m
CONFIG_SND_SOC_WCD939X_SDW=m
CONFIG_SND_SOC_WM8524=m
--
2.25.1