1# SPDX-License-Identifier: GPL-2.0
2config TEGRA_VDE
3	tristate "NVIDIA Tegra Video Decoder Engine driver"
4	depends on ARCH_TEGRA || COMPILE_TEST
5	select DMA_SHARED_BUFFER
6	select IOMMU_IOVA if (IOMMU_SUPPORT || COMPILE_TEST)
7	select SRAM
8	help
9	    Say Y here to enable support for the NVIDIA Tegra video decoder
10	    driver.
11