2023-07-25 11:47:18

by Kumar, Udit

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

From: Jayesh Choudhary <[email protected]>

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

Signed-off-by: Jayesh Choudhary <[email protected]>
Signed-off-by: Vignesh Raghavendra <[email protected]>
Signed-off-by: Udit Kumar <[email protected]>
---
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



2023-07-26 08:57:29

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 4/7] arm64: defconfig: Enable SND_SOC_J721E_EVM for audio support

On 25/07/2023 12:53, Udit Kumar wrote:
> From: Jayesh Choudhary <[email protected]>
>
> Enable CONFIG_SND_SOC_J721E_EVM which is required to enable
> audio in J721E Platform.
>
> Signed-off-by: Jayesh Choudhary <[email protected]>
> Signed-off-by: Vignesh Raghavendra <[email protected]>
> Signed-off-by: Udit Kumar <[email protected]>
> ---

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

Best regards,
Krzysztof