1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_TEGRA 3 tristate "NVIDIA Tegra VI driver" 4 depends on TEGRA_HOST1X 5 depends on VIDEO_DEV 6 select MEDIA_CONTROLLER 7 select VIDEOBUF2_DMA_CONTIG 8 select V4L2_FWNODE 9 help 10 Choose this option if you have an NVIDIA Tegra SoC. 11 12 To compile this driver as a module, choose M here: the module 13 will be called tegra-video. 14 15config VIDEO_TEGRA_TPG 16 bool "NVIDIA Tegra VI driver TPG mode" 17 depends on VIDEO_TEGRA 18 depends on ARCH_TEGRA_210_SOC 19 help 20 Say yes here to enable Tegra internal TPG mode 21