mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 04:22:32 -04:00
IPU6 driver doesn't override the dma_ops of device now, it doesn't
depends on the ARCH_HAS_DMA_OPS, so remove the dependency in Kconfig.
Fixes: de6c85bf91 ("dma-mapping: clearly mark DMA ops as an architecture feature")
Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
19 lines
556 B
Plaintext
19 lines
556 B
Plaintext
config VIDEO_INTEL_IPU6
|
|
tristate "Intel IPU6 driver"
|
|
depends on ACPI || COMPILE_TEST
|
|
depends on VIDEO_DEV
|
|
depends on X86 && HAS_DMA
|
|
depends on IPU_BRIDGE || !IPU_BRIDGE
|
|
select AUXILIARY_BUS
|
|
select IOMMU_IOVA
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select MEDIA_CONTROLLER
|
|
select VIDEOBUF2_DMA_SG
|
|
select V4L2_FWNODE
|
|
help
|
|
This is the 6th Gen Intel Image Processing Unit, found in Intel SoCs
|
|
and used for capturing images and video from camera sensors.
|
|
|
|
To compile this driver, say Y here! It contains 2 modules -
|
|
intel_ipu6 and intel_ipu6_isys.
|