Skip to content
Snippets Groups Projects
Commit 6e453a56 authored by Luca Weiss's avatar Luca Weiss
Browse files

kconfigcheck: enable ACM & MASS_STORAGE USB gadgets for debug-shell

These two gadgets are used in the initramfs, mostly for debugging
functionality, so force them on for devices.
parent 6da14359
No related branches found
No related tags found
No related merge requests found
......@@ -281,6 +281,8 @@ USB_FUNCTIONFS = false
USB_MASS_STORAGE = false
USB_G_SERIAL = false
# enable configfs gadgets
USB_CONFIGFS_ACM = true # Serial gadget for debug-shell
USB_CONFIGFS_MASS_STORAGE = true # Mass storage gadget for debug-shell
USB_CONFIGFS_NCM = true # USB networking via NCM
USB_CONFIGFS_RNDIS = true # USB networking via RNDIS (legacy)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment