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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: c70281c ("media: intel/ipu6: add Kconfig and Makefile") Signed-off-by: Bingbu Cao <[email protected]> Cc: [email protected] # for v6.10 Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
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)