Message ID | 1551977208-15702-1-git-send-email-jonathanh@nvidia.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | fb8bd68fcfff2fd6a1fa4899a610b18575fa32bc |
Headers | show |
Series | arm64: defconfig: Enable Tegra HDA support | expand |
On Thu, Mar 07, 2019 at 04:46:48PM +0000, Jon Hunter wrote: > 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 <jonathanh@nvidia.com> > --- > arch/arm64/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) Applied to for-5.2/arm64/defconfig, thanks. Thierry
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 1fbbfbb5d9d1..e578b12774f3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -523,6 +523,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
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 <jonathanh@nvidia.com> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)