[PATCH v3 10/10] arm64: defconfig: enable ES8328 and ES8328_I2C

Nicolas Frattaroli posted 10 patches 7 months, 3 weeks ago
There is a newer version of this series
[PATCH v3 10/10] arm64: defconfig: enable ES8328 and ES8328_I2C
Posted by Nicolas Frattaroli 7 months, 3 weeks ago
The ArmSoM Sige5 board, which is supported in mainline, uses the ES8328
audio driver for audio output on its ES8388 codec controlled through I2C.

Enable them as a module.

Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 22cf6fb2774aef18c54c2435e4b3ff1b94c1a6b1..c5a3d35e6196029560da4f39a5298c532756a670 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1048,6 +1048,8 @@ CONFIG_SND_SOC_DA7213=m
 CONFIG_SND_SOC_ES7134=m
 CONFIG_SND_SOC_ES7241=m
 CONFIG_SND_SOC_ES8316=m
+CONFIG_SND_SOC_ES8328=m
+CONFIG_SND_SOC_ES8328_I2C=m
 CONFIG_SND_SOC_GTM601=m
 CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m
 CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m

-- 
2.49.0
Re: [PATCH v3 10/10] arm64: defconfig: enable ES8328 and ES8328_I2C
Posted by Krzysztof Kozlowski 7 months, 2 weeks ago
On 02/05/2025 13:03, Nicolas Frattaroli wrote:
> The ArmSoM Sige5 board, which is supported in mainline, uses the ES8328
> audio driver for audio output on its ES8388 codec controlled through I2C.
> 
> Enable them as a module.
Squash these patches. It is one defconfig update, not one commit per one
symbol.

Best regards,
Krzysztof