Skip to content

Commit c42d116

Browse files
Sakari AilusHans Verkuil
authored andcommitted
media: ivsc: Depend on VIDEO_DEV
CONFIG_VIDEO_DEV is required by other selected symbols. Depend on it. Link: https://lore.kernel.org/linux-media/[email protected] Reported-by: Randy Dunlap <[email protected]> Fixes: 29006e1 ("media: pci: intel: ivsc: Add CSI submodule") Signed-off-by: Sakari Ailus <[email protected]> Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 4142594 commit c42d116

File tree

1 file changed

+1
-1
lines changed
  • drivers/media/pci/intel/ivsc

1 file changed

+1
-1
lines changed

drivers/media/pci/intel/ivsc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
config INTEL_VSC
55
tristate "Intel Visual Sensing Controller"
6-
depends on INTEL_MEI && ACPI
6+
depends on INTEL_MEI && ACPI && VIDEO_DEV
77
select MEDIA_CONTROLLER
88
select VIDEO_V4L2_SUBDEV_API
99
select V4L2_ASYNC

0 commit comments

Comments
 (0)