Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (32a363d0b0b142f35512848dc646ee53e0926723) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_IPU3_CIO2 3 tristate "Intel ipu3-cio2 driver" 4 depends on VIDEO_V4L2 && PCI | 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 | 5 depends on (X86 && ACPI) || COMPILE_TEST |
7 depends on MEDIA_CONTROLLER | 6 select MEDIA_CONTROLLER 7 select VIDEO_V4L2_SUBDEV_API |
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. | 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. |