xref: /linux/drivers/staging/media/ipu7/Kconfig (revision 8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640)
1config VIDEO_INTEL_IPU7
2	tristate "Intel IPU7 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	depends on PCI
8	select AUXILIARY_BUS
9	select IOMMU_IOVA
10	select VIDEO_V4L2_SUBDEV_API
11	select MEDIA_CONTROLLER
12	select VIDEOBUF2_DMA_SG
13	select V4L2_FWNODE
14	help
15	  This is the 7th 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_ipu7 and intel_ipu7_isys.
20