pmb.config: kconfig check: add USB mass storage devices to community (MR 2281)

Add USB mass storage devices to community, which is required for
USB booting.
This commit is contained in:
Raymond Hackley 2024-03-19 17:30:14 +00:00 committed by Clayton Craft
parent 259e6fba59
commit 89117277d0
No known key found for this signature in database
GPG Key ID: 4A4CED6D7EDF950A
1 changed files with 1 additions and 0 deletions

View File

@ -675,6 +675,7 @@ kconfig_options_community = {
"UCLAMP_TASK": True, # Scheduler hints
"UCLAMP_TASK_GROUP": True, # Scheduler hints
"UHID": True, # e.g. Bluetooth input devices
"USB_STORAGE": True, # USB mass storage devices
},
},
}