fix : missing options for USB Webcam

This commit is contained in:
Nicolas Pernoud 2019-11-15 18:02:43 +01:00
parent 40bcba0490
commit 534f10d84a
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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