Skip to content

Commit

Permalink
Merge pull request #3968 from nicolaspernoud/master
Browse files Browse the repository at this point in the history
feat: enable webcam driver as kernel module to be consistent with all projects
  • Loading branch information
MilhouseVH committed Nov 15, 2019
2 parents ecbd566 + 128630c commit dc4872a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion projects/Allwinner/linux/linux.aarch64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3013,7 +3013,8 @@ CONFIG_MEDIA_USB_SUPPORT=y
#
# Webcam devices
#
# CONFIG_USB_VIDEO_CLASS is not set
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
Expand Down
3 changes: 2 additions & 1 deletion projects/Allwinner/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,8 @@ CONFIG_MEDIA_USB_SUPPORT=y
#
# Webcam devices
#
# CONFIG_USB_VIDEO_CLASS is not set
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
Expand Down
3 changes: 2 additions & 1 deletion projects/NXP/devices/iMX6/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3084,7 +3084,8 @@ CONFIG_MEDIA_USB_SUPPORT=y
#
# Webcam devices
#
# CONFIG_USB_VIDEO_CLASS is not set
CONFIG_USB_VIDEO_CLASS=m
# CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV is not set
CONFIG_USB_GSPCA=m
# CONFIG_USB_M5602 is not set
# CONFIG_USB_STV06XX is not set
Expand Down
3 changes: 2 additions & 1 deletion projects/RPi/devices/RPi4/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3251,7 +3251,8 @@ CONFIG_MEDIA_USB_SUPPORT=y
#
# Webcam devices
#
# CONFIG_USB_VIDEO_CLASS is not set
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
Expand Down

0 comments on commit dc4872a

Please sign in to comment.