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