blob: d87bf5535e62570d2d58c7c2c816aa24c580c1cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
# It looks important but is not present iv v6.19-rc5.
- PHY_GOOGLE_USB: [v6.20]
|