feat: enable webcam driver as kernel module to be consistent with all projects

This commit is contained in:
Nicolas Pernoud 2019-11-09 13:49:17 +01:00
parent a0d479cb0e
commit 40bcba0490
4 changed files with 4 additions and 4 deletions

View File

@ -3013,7 +3013,7 @@ CONFIG_MEDIA_USB_SUPPORT=y
# #
# Webcam devices # Webcam devices
# #
# CONFIG_USB_VIDEO_CLASS is not set CONFIG_USB_VIDEO_CLASS=m
# CONFIG_USB_GSPCA is not set # CONFIG_USB_GSPCA is not set
# CONFIG_USB_PWC is not set # CONFIG_USB_PWC is not set
# CONFIG_VIDEO_CPIA2 is not set # CONFIG_VIDEO_CPIA2 is not set

View File

@ -2834,7 +2834,7 @@ CONFIG_MEDIA_USB_SUPPORT=y
# #
# Webcam devices # Webcam devices
# #
# CONFIG_USB_VIDEO_CLASS is not set CONFIG_USB_VIDEO_CLASS=m
# CONFIG_USB_GSPCA is not set # CONFIG_USB_GSPCA is not set
# CONFIG_USB_PWC is not set # CONFIG_USB_PWC is not set
# CONFIG_VIDEO_CPIA2 is not set # CONFIG_VIDEO_CPIA2 is not set

View File

@ -3084,7 +3084,7 @@ CONFIG_MEDIA_USB_SUPPORT=y
# #
# Webcam devices # Webcam devices
# #
# CONFIG_USB_VIDEO_CLASS is not set CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_GSPCA=m CONFIG_USB_GSPCA=m
# CONFIG_USB_M5602 is not set # CONFIG_USB_M5602 is not set
# CONFIG_USB_STV06XX is not set # CONFIG_USB_STV06XX is not set

View File

@ -3251,7 +3251,7 @@ CONFIG_MEDIA_USB_SUPPORT=y
# #
# Webcam devices # Webcam devices
# #
# CONFIG_USB_VIDEO_CLASS is not set CONFIG_USB_VIDEO_CLASS=m
# CONFIG_USB_GSPCA is not set # CONFIG_USB_GSPCA is not set
# CONFIG_USB_PWC is not set # CONFIG_USB_PWC is not set
# CONFIG_VIDEO_CPIA2 is not set # CONFIG_VIDEO_CPIA2 is not set