]> Git Repo - J-linux.git/commitdiff
media: intel/ipu6: select AUXILIARY_BUS in Kconfig
authorBingbu Cao <[email protected]>
Wed, 17 Jul 2024 07:40:50 +0000 (15:40 +0800)
committerHans Verkuil <[email protected]>
Tue, 30 Jul 2024 06:36:29 +0000 (08:36 +0200)
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: c70281cc83d6 ("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]>
drivers/media/pci/intel/ipu6/Kconfig

index b7ab24b898363836813a6154d0841eb76c1bed1d..40e20f0aa5ae5d164c8c29fc06c8cd11acc57fc0 100644 (file)
@@ -4,6 +4,7 @@ config VIDEO_INTEL_IPU6
        depends on VIDEO_DEV
        depends on X86 && X86_64 && HAS_DMA
        depends on IPU_BRIDGE || !IPU_BRIDGE
+       select AUXILIARY_BUS
        select DMA_OPS
        select IOMMU_IOVA
        select VIDEO_V4L2_SUBDEV_API
This page took 0.056607 seconds and 4 git commands to generate.