kconfigcheck: Fix ConfigFS gadget dependencies
Signed-off-by: Jens Reidel <adrian@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7397>
This commit is contained in:
parent
c0e981b059
commit
8cfaff88c8
1 changed files with 2 additions and 0 deletions
|
|
@ -328,6 +328,8 @@ USB_FUNCTIONFS = "n"
|
|||
USB_MASS_STORAGE = "n"
|
||||
USB_G_SERIAL = "n"
|
||||
# enable configfs gadgets
|
||||
USB_GADGET = "y" # Required by USB_CONFIGFS_*
|
||||
USB_CONFIGFS = "m" # Required by USB_CONFIGFS_*
|
||||
USB_CONFIGFS_ACM = "y" # Serial gadget for debug-shell
|
||||
USB_CONFIGFS_MASS_STORAGE = "y" # Mass storage gadget for debug-shell
|
||||
USB_CONFIGFS_NCM = "y" # USB networking via NCM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue