From: Jon Hunter Date: Thu, 7 Mar 2019 16:46:48 +0000 (+0000) Subject: arm64: defconfig: Enable Tegra HDA support X-Git-Tag: v5.4-rc1~966^2~6^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb8bd68fcfff2fd6a1fa4899a610b18575fa32bc;p=platform%2Fkernel%2Flinux-rpi.git arm64: defconfig: Enable Tegra HDA support Enable support for Tegra HDA controller in the ARM64 defconfig which is used by Tegra210, Tegra186 and Tegra194. Please note that the Tegra HDA controller requires the HDA HDMI/DP codec driver and so enable this as well. Signed-off-by: Jon Hunter Signed-off-by: Thierry Reding --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2d9c390..fa12590 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -522,6 +522,8 @@ CONFIG_LOGO=y # CONFIG_LOGO_LINUX_VGA16 is not set CONFIG_SOUND=y CONFIG_SND=y +CONFIG_SND_HDA_TEGRA=m +CONFIG_SND_HDA_CODEC_HDMI=m CONFIG_SND_SOC=y CONFIG_SND_BCM2835_SOC_I2S=m CONFIG_SND_SOC_ROCKCHIP=m