From f57cb90d47182ae19b031c885bc09bdcad72668c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 18 Oct 2020 18:40:02 +0200 Subject: dashboard/config/linux: add config fragments Add config fragments for the new config generation system. Update #2171 --- dashboard/config/linux/bits/usb.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dashboard/config/linux/bits/usb.yml (limited to 'dashboard/config/linux/bits/usb.yml') diff --git a/dashboard/config/linux/bits/usb.yml b/dashboard/config/linux/bits/usb.yml new file mode 100644 index 000000000..f911b3635 --- /dev/null +++ b/dashboard/config/linux/bits/usb.yml @@ -0,0 +1,33 @@ +# 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 + - USB_RAW_GADGET: [v5.7] + - USB_DUMMY_HCD + + # There are legacy gadget drivers that we don't reach anyway. + - USB_G_NCM: n + - USB_G_SERIAL: n + - USB_G_PRINTER: n + - USB_G_NOKIA: n + - USB_G_ACM_MS: n + - USB_G_MULTI: n + - USB_G_HID: n + - USB_G_DBGP: n + - USB_G_WEBCAM: n + + - USB_ZERO: n + - USB_AUDIO: n + - USB_ETH: n + - USB_FUNCTIONFS: n + - USB_MASS_STORAGE: n + - USB_GADGET_TARGET: n + - USB_MIDI_GADGET: n + - USB_CDC_COMPOSITE: n + + - USB_GADGETFS: n + - USB_CONFIGFS: n -- cgit mrf-deployment