Sakari, I also submitted one before :). https://patchwork.kernel.org/project/linux-media/patch/20240717074050.4067898-1-bingbu.cao@xxxxxxxxx/ On 7/29/24 3:10 PM, Sakari Ailus wrote: > Auxiliary bus is optional, it needs to be selected by its users. Just do > that. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202407161833.7BEFXejx-lkp@xxxxxxxxx/ > Fixes: c70281cc83d6 ("media: intel/ipu6: add Kconfig and Makefile") > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > --- > drivers/media/pci/intel/ipu6/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/media/pci/intel/ipu6/Kconfig b/drivers/media/pci/intel/ipu6/Kconfig > index b7ab24b89836..c5389005dc37 100644 > --- a/drivers/media/pci/intel/ipu6/Kconfig > +++ b/drivers/media/pci/intel/ipu6/Kconfig > @@ -10,6 +10,7 @@ config VIDEO_INTEL_IPU6 > select MEDIA_CONTROLLER > select VIDEOBUF2_DMA_CONTIG > select V4L2_FWNODE > + select AUXILIARY_BUS > help > This is the 6th Gen Intel Image Processing Unit, found in Intel SoCs > and used for capturing images and video from camera sensors. > -- Best regards, Bingbu Cao