1# SPDX-License-Identifier: GPL-2.0 2config VIDEO_IPU3_IMGU 3 tristate "Intel ipu3-imgu driver" 4 depends on PCI && VIDEO_DEV 5 depends on X86 6 select MEDIA_CONTROLLER 7 select VIDEO_V4L2_SUBDEV_API 8 select IOMMU_IOVA 9 select VIDEOBUF2_DMA_SG 10 help 11 This is the Video4Linux2 driver for Intel IPU3 image processing unit, 12 found in Intel Skylake and Kaby Lake SoCs and used for processing 13 images and video. 14 15 Say Y or M here if you have a Skylake/Kaby Lake SoC with a MIPI 16 camera. The module will be called ipu3-imgu. 17