xref: /linux/drivers/media/pci/intel/ipu6/Kconfig (revision 2fcea44e1ba16c55f4602948d2d43f3a365d6070)
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	depends on IPU_BRIDGE || !IPU_BRIDGE
7	select AUXILIARY_BUS
8	select DMA_OPS
9	select IOMMU_IOVA
10	select VIDEO_V4L2_SUBDEV_API
11	select MEDIA_CONTROLLER
12	select VIDEOBUF2_DMA_CONTIG
13	select V4L2_FWNODE
14	help
15	  This is the 6th Gen Intel Image Processing Unit, found in Intel SoCs
16	  and used for capturing images and video from camera sensors.
17
18	  To compile this driver, say Y here! It contains 2 modules -
19	  intel_ipu6 and intel_ipu6_isys.
20