Searched hist:fd404435d44b453d62afe77545b9252c2cc72c8a (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/pci/intel/ivsc/ |
H A D | Kconfig | diff fd404435d44b453d62afe77545b9252c2cc72c8a Thu Jun 13 17:45:21 CEST 2024 Sakari Ailus <sakari.ailus@linux.intel.com> media: ivsc: Depend on IPU_BRIDGE or not IPU_BRIDGE
The ivsc drivers may use the ipu-bridge but currently it's possible to link the ivsc to the kernel and ipu-bridge as a module. This won't work. Require that the ipu-bridge is either linked to the kernel or disabled if ivsc is linked to the kernel as well, by depending on IPU_BRIDGE or !IPU_BRIDGE.
Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202406132238.3hXHG7nB-lkp@intel.com/ Fixes: 33116eb12c6b ("media: ivsc: csi: Use IPU bridge") Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|