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/20230828085718.3912335-1-sakari.ailus@linux.intel.com Reported-by: Randy Dunlap <rdunlap@infradead.org> Fixes: 29006e1 ("media: pci: intel: ivsc: Add CSI submodule") Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent 4142594 commit c42d116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/media/pci/intel/ivsc

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)