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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: 29006e1 ("media: pci: intel: ivsc: Add CSI submodule") Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 0bb80ec commit f6c8a31

File tree

1 file changed

+3
-0
lines changed
  • drivers/media/pci/intel/ivsc

1 file changed

+3
-0
lines changed

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)