Skip to content
Snippets Groups Projects
Unverified Commit c7551755 authored by Luca Weiss's avatar Luca Weiss Committed by Robert Eckelmann
Browse files

kconfigcheck: enable ACM & MASS_STORAGE USB gadgets for debug-shell (MR 5621)

These two gadgets are used in the initramfs, mostly for debugging
functionality, so force them on for devices.
parent 3ce1ccad
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.
Finish editing this message first!
Please register or to comment