[PATCH 1/2] arm64: defconfig: Enable PCM6240 ADC driver as module
From: Paresh Bhagat
Date: Sat Feb 14 2026 - 03:24:38 EST
Enable the Texas Instruments PCM6240 4-channel audio ADC driver
as a loadable module. The PCM6240 provides multi-channel audio
recording capabilities and is used on the AM62D2-EVM for
professional audio input applications.
The driver supports up to 4-channel audio input with integrated
microphone bias, boost, and input diagnostics features through
I2C interface.
Signed-off-by: Paresh Bhagat <p-bhagat@xxxxxx>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b67d5b1fc45b..35a36496a603 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1147,6 +1147,7 @@ CONFIG_SND_SOC_GTM601=m
CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m
CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m
CONFIG_SND_SOC_PCM3168A_I2C=m
+CONFIG_SND_SOC_PCM6240=m
CONFIG_SND_SOC_RK3308=m
CONFIG_SND_SOC_RK817=m
CONFIG_SND_SOC_RT5640=m
--
2.34.1