github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/config/linux/bits/usb.yml (about) 1 # Copyright 2020 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 # Config fragments for the USB instance, included in baseline as well. 5 6 config: 7 - USB_SUPPORT 8 - USB_GADGET 9 # It's introduced in v5.5 or so, but we want it in android-5.4. 10 - USB_RAW_GADGET: [v5.4] 11 - USB_DUMMY_HCD 12 # We don't need/test these on the USB instance. 13 - USB_GADGETFS: n 14 - USB_CONFIGFS: n