From ba24ffcde7219e5374bb0b093368a58009c85d1d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 11 Dec 2020 08:59:12 +0100 Subject: 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. --- dashboard/config/linux/bits/android-subsystems.yml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dashboard/config/linux/bits/android-subsystems.yml (limited to 'dashboard/config/linux/bits/android-subsystems.yml') 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 -- cgit mrf-deployment