Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: ipu6: remove architecture DMA ops dependency in Kconfig

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: de6c85bf918e ("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>

authored by

Bingbu Cao and committed by
Hans Verkuil
c8e9120c 1d4a0002

-6
-6
drivers/media/pci/intel/ipu6/Kconfig
··· 4 4 depends on VIDEO_DEV 5 5 depends on X86 && HAS_DMA 6 6 depends on IPU_BRIDGE || !IPU_BRIDGE 7 - # 8 - # This driver incorrectly tries to override the dma_ops. It should 9 - # never have done that, but for now keep it working on architectures 10 - # that use dma ops 11 - # 12 - depends on ARCH_HAS_DMA_OPS 13 7 select AUXILIARY_BUS 14 8 select IOMMU_IOVA 15 9 select VIDEO_V4L2_SUBDEV_API