]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/media/pci/intel/Kconfig
defdca369fb5c73b064ff1e4f0b835e2336c103d
[mirror_ubuntu-jammy-kernel.git] / drivers / media / pci / intel / Kconfig
1 config VIDEO_INTEL_IPU6
2 tristate "Intel IPU driver"
3 depends on ACPI
4 depends on MEDIA_SUPPORT
5 depends on MEDIA_PCI_SUPPORT
6 depends on X86_64
7 select IOMMU_API
8 select IOMMU_IOVA
9 select X86_DEV_DMA_OPS
10 select VIDEOBUF2_DMA_CONTIG
11 select V4L2_FWNODE
12 select PHYS_ADDR_T_64BIT
13 select COMMON_CLK
14 help
15 This is the Intel imaging processing unit, found in Intel SoCs and
16 used for capturing images and video from a camera sensor.
17
18 To compile this driver, say Y here! It contains 3 modules -
19 intel_ipu6, intel_ipu6_isys and intel_ipu6_psys.
20
21 source "drivers/media/pci/intel/ipu3/Kconfig"