1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_IPU3_CIO2 3 tristate "Intel ipu3-cio2 driver" 4 depends on VIDEO_V4L2 && PCI 5 depends on VIDEO_V4L2_SUBDEV_API 6 depends on (X86 && ACPI) || COMPILE_TEST 7 depends on MEDIA_CONTROLLER 8 select V4L2_FWNODE 9 select VIDEOBUF2_DMA_SG 10 11 help 12 This is the Intel IPU3 CIO2 CSI-2 receiver unit, found in Intel 13 Skylake and Kaby Lake SoCs and used for capturing images and 14 video from a camera sensor. 15 16 Say Y or M here if you have a Skylake/Kaby Lake SoC with MIPI CSI-2 17 connected camera. 18 The module will be called ipu3-cio2. 19