Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
debhelper-compat kmod python3 rsync coreutils
scripts/build-linux-deb.sh \
kernel-configs/qcom-imsdk.config \
kernel-configs/systemd-boot.config
kernel-configs/systemd-boot.config \
kernel-configs/usb-test-devices.config

- name: Stage artifacts for upload
run: |
Expand Down
16 changes: 16 additions & 0 deletions kernel-configs/usb-test-devices.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# it's convenient to use generic USB devices for testing, but these are
# not enabled in the defconfig; this config fragment adds basic support
# for USB audio devices and USB webcams

# USB Audio Class driver
CONFIG_SND_USB_AUDIO=m

# Media subsystem
CONFIG_MEDIA_SUPPORT=y
# USB media device support
CONFIG_MEDIA_USB_SUPPORT=y # USB media device support
# UVC driver
CONFIG_USB_VIDEO_CLASS=y
# V4L2 core support
CONFIG_VIDEO_DEV=y

Loading