drivers/media/platform/nvidia/tegra-vde/Kconfig

Source file repositories/reference/linux-study-clean/drivers/media/platform/nvidia/tegra-vde/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/nvidia/tegra-vde/Kconfig
Extension
[no extension]
Size
484 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/media
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

config VIDEO_TEGRA_VDE
	tristate "NVIDIA Tegra Video Decoder Engine driver"
	depends on V4L_MEM2MEM_DRIVERS
	depends on ARCH_TEGRA || COMPILE_TEST
	depends on HAS_IOMEM
	depends on VIDEO_DEV
	select DMA_SHARED_BUFFER
	select IOMMU_IOVA
	select MEDIA_CONTROLLER
	select SRAM
	select VIDEOBUF2_DMA_CONTIG
	select VIDEOBUF2_DMA_SG
	select V4L2_H264
	select V4L2_MEM2MEM_DEV
	help
	   Support for the NVIDIA Tegra video decoder unit.
	   To compile this driver as a module choose m here.

Annotation

Implementation Notes