Message ID | 20240729071026.3775341-1-sakari.ailus@linux.intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/1] media: ipu6: Depend on AUXILIARY_BUS | expand |
Sakari, I also submitted one before :). https://patchwork.kernel.org/project/linux-media/patch/20240717074050.4067898-1-bingbu.cao@intel.com/ 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@intel.com> > Closes: https://lore.kernel.org/oe-kbuild-all/202407161833.7BEFXejx-lkp@intel.com/ > Fixes: c70281cc83d6 ("media: intel/ipu6: add Kconfig and Makefile") > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> > --- > 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. >
On Mon, Jul 29, 2024 at 03:37:03PM +0800, Bingbu Cao wrote: > Sakari, > > I also submitted one before :). > https://patchwork.kernel.org/project/linux-media/patch/20240717074050.4067898-1-bingbu.cao@intel.com/ Oh well... I seem to have even read it earlier. I blame the holidays. ;) I'll pick yours as it was there first.
On 7/29/24 3:50 PM, Sakari Ailus wrote: > On Mon, Jul 29, 2024 at 03:37:03PM +0800, Bingbu Cao wrote: >> Sakari, >> >> I also submitted one before :). >> https://patchwork.kernel.org/project/linux-media/patch/20240717074050.4067898-1-bingbu.cao@intel.com/ > > Oh well... I seem to have even read it earlier. I blame the holidays. ;) ;) > > I'll pick yours as it was there first. Thanks. >
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.
Auxiliary bus is optional, it needs to be selected by its users. Just do that. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202407161833.7BEFXejx-lkp@intel.com/ Fixes: c70281cc83d6 ("media: intel/ipu6: add Kconfig and Makefile") Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> --- drivers/media/pci/intel/ipu6/Kconfig | 1 + 1 file changed, 1 insertion(+)