diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2019-06-23 19:07:25 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2019-10-29 14:10:35 +0100 |
commit | 480bb31f4286d838fc0eebcfd813dd83236406e7 (patch) | |
tree | 7b41f51aaf95767f3962d194a2bb439042a64b6b /arch | |
parent | Linux 5.4-rc1 (diff) | |
download | linux-480bb31f4286d838fc0eebcfd813dd83236406e7.tar.xz linux-480bb31f4286d838fc0eebcfd813dd83236406e7.zip |
ARM: tegra: Enable Tegra VDE driver in tegra_defconfig
The video decoder driver was tested by time and works absolutely fine.
The reason why it is in staging is because it doesn't provide common V4L
interface yet, this shouldn't stop driver enabling in the defconfig since
our userspace (libvdpau-tegra) provides combined acceleration of decoding
and displaying without use of V4L.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 8f5c6a5b444c..a27592d3b1fa 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -250,6 +250,8 @@ CONFIG_KEYBOARD_NVEC=y CONFIG_SERIO_NVEC_PS2=y CONFIG_NVEC_POWER=y CONFIG_NVEC_PAZ00=y +CONFIG_STAGING_MEDIA=y +CONFIG_TEGRA_VDE=y CONFIG_TEGRA_IOMMU_GART=y CONFIG_TEGRA_IOMMU_SMMU=y CONFIG_ARCH_TEGRA_2x_SOC=y |