xref: /linux/drivers/media/pci/intel/ipu6/Kconfig (revision 3269d6fb7580e91313f40dffcff70c01cd3f0717)
1config VIDEO_INTEL_IPU6
2	tristate "Intel IPU6 driver"
3	depends on ACPI || COMPILE_TEST
4	depends on VIDEO_DEV
5	depends on X86 && X86_64 && HAS_DMA
6	select DMA_OPS
7	select IOMMU_IOVA
8	select VIDEO_V4L2_SUBDEV_API
9	select MEDIA_CONTROLLER
10	select VIDEOBUF2_DMA_CONTIG
11	select V4L2_FWNODE
12	select IPU_BRIDGE
13	help
14	  This is the 6th Gen Intel Image Processing Unit, found in Intel SoCs
15	  and used for capturing images and video from camera sensors.
16
17	  To compile this driver, say Y here! It contains 2 modules -
18	  intel_ipu6 and intel_ipu6_isys.
19