xref: /linux/drivers/media/pci/intel/ipu6/Kconfig (revision fcc79e1714e8c2b8e216dc3149812edd37884eef)
1config VIDEO_INTEL_IPU6
2	tristate "Intel IPU6 driver"
3	depends on ACPI || COMPILE_TEST
4	depends on VIDEO_DEV
5	depends on X86 && HAS_DMA
6	depends on IPU_BRIDGE || !IPU_BRIDGE
7	select AUXILIARY_BUS
8	select IOMMU_IOVA
9	select VIDEO_V4L2_SUBDEV_API
10	select MEDIA_CONTROLLER
11	select VIDEOBUF2_DMA_SG
12	select V4L2_FWNODE
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