aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/android-subsystems.yml
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-12-11 08:59:12 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-12-11 10:36:22 +0100
commitba24ffcde7219e5374bb0b093368a58009c85d1d (patch)
treef693a8f04ac3a0807818e984294335a682405371 /dashboard/config/linux/bits/android-subsystems.yml
parentf900b48c62114547e55ef3513b9333196ebbb5ca (diff)
dashboard/config/linux: fix ChromeOS full/baseline configs
ESD_FS/INCREMENTAL_FS were supposed to be enabled in full config only, but they were enabled only in baseline config. Split chromeos.yml to chromeos.yml and chromeos-subsystems.yml to avoid this mistake in future and the need to write [-baseline]. Also enabled UBS_CONFIG_FS as it seems to be enabled on real devices. Do the same for Android.
Diffstat (limited to 'dashboard/config/linux/bits/android-subsystems.yml')
-rw-r--r--dashboard/config/linux/bits/android-subsystems.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/android-subsystems.yml b/dashboard/config/linux/bits/android-subsystems.yml
new file mode 100644
index 000000000..c716cb80a
--- /dev/null
+++ b/dashboard/config/linux/bits/android-subsystems.yml
@@ -0,0 +1,31 @@
+# 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