Skip to content

Commit f6c8a31

Browse files
Sakari AilusHans Verkuil
authored andcommitted
media: pci: ivsc: Select build dependencies
Select MEDIA_CONTROLLER, VIDEO_V4L2_SUBDEV_API and V4L2_ASYNC as the IVSC driver depends on all these. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202308170227.ymiFlMbT-lkp@intel.com/ Fixes: 29006e1 ("media: pci: intel: ivsc: Add CSI submodule") Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent 0bb80ec commit f6c8a31

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • drivers/media/pci/intel/ivsc

drivers/media/pci/intel/ivsc/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
config INTEL_VSC
55
tristate "Intel Visual Sensing Controller"
66
depends on INTEL_MEI && ACPI
7+
select MEDIA_CONTROLLER
8+
select VIDEO_V4L2_SUBDEV_API
9+
select V4L2_ASYNC
710
help
811
This adds support for Intel Visual Sensing Controller (IVSC).
912

0 commit comments

Comments
 (0)