brintos

brintos / linux-shallow public Read only

0
0
Text · 616 B · c0a250d Raw
21 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_IPU3_CIO23	tristate "Intel ipu3-cio2 driver"4	depends on VIDEO_DEV && PCI5	depends on IPU_BRIDGE || !IPU_BRIDGE6	depends on ACPI || COMPILE_TEST7	depends on X868	select MEDIA_CONTROLLER9	select VIDEO_V4L2_SUBDEV_API10	select V4L2_FWNODE11	select VIDEOBUF2_DMA_SG12 13	help14	  This is the Intel IPU3 CIO2 CSI-2 receiver unit, found in Intel15	  Skylake and Kaby Lake SoCs and used for capturing images and16	  video from a camera sensor.17 18	  Say Y or M here if you have a Skylake/Kaby Lake SoC with MIPI CSI-219	  connected camera.20	  The module will be called ipu3-cio2.21