# SPDX-License-Identifier: GPL-2.0-only
|
config VIDEO_TEGRA
|
tristate "NVIDIA Tegra VI driver"
|
depends on TEGRA_HOST1X
|
depends on VIDEO_V4L2
|
select MEDIA_CONTROLLER
|
select VIDEOBUF2_DMA_CONTIG
|
select V4L2_FWNODE
|
help
|
Choose this option if you have an NVIDIA Tegra SoC.
|
|
To compile this driver as a module, choose M here: the module
|
will be called tegra-video.
|
|
config VIDEO_TEGRA_TPG
|
bool "NVIDIA Tegra VI driver TPG mode"
|
depends on VIDEO_TEGRA
|
help
|
Say yes here to enable Tegra internal TPG mode
|