[PATCH 4/7] arm64: defconfig: Enable SND_SOC_J721E_EVM for audio support

Udit Kumar posted 7 patches 2 years, 6 months ago
There is a newer version of this series
[PATCH 4/7] arm64: defconfig: Enable SND_SOC_J721E_EVM for audio support
Posted by Udit Kumar 2 years, 6 months ago
From: Jayesh Choudhary <j-choudhary@ti.com>

Enable CONFIG_SND_SOC_J721E_EVM which is required to enable
audio in J721E Platform.

Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 632cc6101d3c..28c03799d1e0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -928,6 +928,7 @@ CONFIG_SND_SOC_MSM8916_WCD_ANALOG=m
 CONFIG_SND_SOC_MSM8916_WCD_DIGITAL=m
 CONFIG_SND_SOC_PCM3168A_I2C=m
 CONFIG_SND_SOC_RT5640=m
+CONFIG_SND_SOC_J721E_EVM=m
 CONFIG_SND_SOC_RT5659=m
 CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m
 CONFIG_SND_SOC_SIMPLE_MUX=m
-- 
2.34.1
Re: [PATCH 4/7] arm64: defconfig: Enable SND_SOC_J721E_EVM for audio support
Posted by Krzysztof Kozlowski 2 years, 6 months ago
On 25/07/2023 12:53, Udit Kumar wrote:
> From: Jayesh Choudhary <j-choudhary@ti.com>
> 
> Enable CONFIG_SND_SOC_J721E_EVM which is required to enable
> audio in J721E Platform.
> 
> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
> ---

Do not enable configs one-by-one. Squash most of your patches.

Best regards,
Krzysztof