Skip to content

Commit 11b0543

Browse files
bingbucaogregkh
authored andcommitted
media: ipu6: remove architecture DMA ops dependency in Kconfig
[ Upstream commit c8e9120 ] 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: de6c85b ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 6ac269a commit 11b0543

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • drivers/media/pci/intel/ipu6

drivers/media/pci/intel/ipu6/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ config VIDEO_INTEL_IPU6
44
depends on VIDEO_DEV
55
depends on X86 && X86_64 && HAS_DMA
66
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
137
select AUXILIARY_BUS
148
select IOMMU_IOVA
159
select VIDEO_V4L2_SUBDEV_API

0 commit comments

Comments
 (0)