Skip to content

Commit 423a77a

Browse files
bingbucaoHans Verkuil
authored andcommitted
media: intel/ipu6: select AUXILIARY_BUS in Kconfig
Intel IPU6 PCI driver need register its devices on auxiliary bus, so it needs to select the AUXILIARY_BUS in Kconfig. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202407161833.7BEFXejx-lkp@intel.com/ Fixes: c70281c ("media: intel/ipu6: add Kconfig and Makefile") Signed-off-by: Bingbu Cao <bingbu.cao@intel.com> Cc: stable@vger.kernel.org # for v6.10 Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent d7b5f75 commit 423a77a

File tree

1 file changed

+1
-0
lines changed
  • drivers/media/pci/intel/ipu6

1 file changed

+1
-0
lines changed

drivers/media/pci/intel/ipu6/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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+
select AUXILIARY_BUS
78
select DMA_OPS
89
select IOMMU_IOVA
910
select VIDEO_V4L2_SUBDEV_API

0 commit comments

Comments
 (0)