brintos

brintos / linux-shallow public Read only

0
0
Text · 764 B · 49e4fb6 Raw
25 lines · plain
1config VIDEO_INTEL_IPU62	tristate "Intel IPU6 driver"3	depends on ACPI || COMPILE_TEST4	depends on VIDEO_DEV5	depends on X86 && X86_64 && HAS_DMA6	depends on IPU_BRIDGE || !IPU_BRIDGE7	#8	# This driver incorrectly tries to override the dma_ops.  It should9	# never have done that, but for now keep it working on architectures10	# that use dma ops11	#12	depends on ARCH_HAS_DMA_OPS13	select AUXILIARY_BUS14	select IOMMU_IOVA15	select VIDEO_V4L2_SUBDEV_API16	select MEDIA_CONTROLLER17	select VIDEOBUF2_DMA_CONTIG18	select V4L2_FWNODE19	help20	  This is the 6th Gen Intel Image Processing Unit, found in Intel SoCs21	  and used for capturing images and video from camera sensors.22 23	  To compile this driver, say Y here! It contains 2 modules -24	  intel_ipu6 and intel_ipu6_isys.25