[PATCH] arm64: defconfig: Enable HDA INTEL config for ARM64

From: Mohan Kumar
Date: Mon Nov 28 2022 - 06:07:07 EST


Enable CONFIG_SND_HDA_INTEL for NVIDIA PCI based graphics sound card
for ARM64 based platforms as Intel PCI driver was used for registering
the sound card.

Signed-off-by: Mohan Kumar <mkumard@xxxxxxxxxx>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 03b61f846a0e..a5b9ca025421 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -805,6 +805,7 @@ CONFIG_LOGO=y
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_ALOOP=m
+CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_TEGRA=m
CONFIG_SND_HDA_CODEC_HDMI=m
CONFIG_SND_SOC=y
--
2.17.1