Skip to content

Commit faaf901

Browse files
geertuHans Verkuil
authored andcommitted
media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependencies
By moving support for the USB Syntek DC1125 Camera to staging, the dependencies on MEDIA_USB_SUPPORT and MEDIA_CAMERA_SUPPORT were lost. Fixes: 56280c6 ("media: stkwebcam: deprecate driver, move to staging") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Ricardo Ribalda <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 6e5e5de commit faaf901

File tree

1 file changed

+1
-1
lines changed
  • drivers/staging/media/deprecated/stkwebcam

1 file changed

+1
-1
lines changed

drivers/staging/media/deprecated/stkwebcam/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
config VIDEO_STKWEBCAM
33
tristate "USB Syntek DC1125 Camera support (DEPRECATED)"
44
depends on VIDEO_DEV
5-
depends on USB
5+
depends on MEDIA_USB_SUPPORT && MEDIA_CAMERA_SUPPORT
66
help
77
Say Y here if you want to use this type of camera.
88
Supported devices are typically found in some Asus laptops,

0 commit comments

Comments
 (0)