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