fix : missing options for USB Webcam

This commit is contained in:
Nicolas Pernoud 2019-11-15 18:06:34 +01:00
parent 821ad52da0
commit cccd235148
3 changed files with 3 additions and 0 deletions

View File

@ -2557,6 +2557,7 @@ CONFIG_MEDIA_USB_SUPPORT=y
# Webcam devices # Webcam devices
# #
CONFIG_USB_VIDEO_CLASS=m CONFIG_USB_VIDEO_CLASS=m
# CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV is not set
# 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

@ -2671,6 +2671,7 @@ CONFIG_MEDIA_USB_SUPPORT=y
# Webcam devices # Webcam devices
# #
CONFIG_USB_VIDEO_CLASS=m CONFIG_USB_VIDEO_CLASS=m
# CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV is not set
# 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

@ -3087,6 +3087,7 @@ CONFIG_MEDIA_USB_SUPPORT=y
# Webcam devices # Webcam devices
# #
CONFIG_USB_VIDEO_CLASS=m CONFIG_USB_VIDEO_CLASS=m
# CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV is not set
# 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