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

From: Mohan Kumar
Date: Tue Jan 17 2023 - 14:03:40 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 f3053e7018fe..abdf0ff469d7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -812,6 +812,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