blob: 34d8a6102c164502b8ff4bd59ad5f902a33d2c66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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.
# Enabled on full (non-basefile) Android kernels.
# These configs are not enabled by gki_defconfig, but have lots of backports,
# or completely ChromeOS-specific, or enabled on real devices.
config:
- INCREMENTAL_FS
- USB_CONFIGFS: [override]
- USB_CONFIGFS_UEVENT
- USB_CONFIGFS_SERIAL
- USB_CONFIGFS_ACM
- USB_CONFIGFS_OBEX
- USB_CONFIGFS_NCM
- USB_CONFIGFS_ECM
- USB_CONFIGFS_ECM_SUBSET
- USB_CONFIGFS_RNDIS
- USB_CONFIGFS_EEM
- USB_CONFIGFS_MASS_STORAGE
- USB_CONFIGFS_F_LB_SS
- USB_CONFIGFS_F_FS
- USB_CONFIGFS_F_ACC
- USB_CONFIGFS_F_AUDIO_SRC
- USB_CONFIGFS_F_UAC1
- USB_CONFIGFS_F_UAC1_LEGACY
- USB_CONFIGFS_F_UAC2
- USB_CONFIGFS_F_MIDI
- USB_CONFIGFS_F_HID
- USB_CONFIGFS_F_UVC
- USB_CONFIGFS_F_PRINTER
- ANDROID_BINDER_DEVICES: "binder0,binder1"
|