From fabe518e91dafdeddab624fe3582005e7a9f187a Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 23 Apr 2020 16:39:41 +0200 Subject: dashboard/config: update usb config generation script --- dashboard/config/util.sh | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/dashboard/config/util.sh b/dashboard/config/util.sh index 1f08df243..d29df2591 100755 --- a/dashboard/config/util.sh +++ b/dashboard/config/util.sh @@ -44,10 +44,6 @@ function util_add_usb_bits { git checkout ./scripts/kconfig/Makefile rm -rf ./Kconfiglib - scripts/config -d CONFIG_USB_CONFIGFS - scripts/config -d CONFIG_USB_LIBCOMPOSITE - scripts/config -d CONFIG_USB_GADGETFS - scripts/config -d CONFIG_USB_G_NCM scripts/config -d CONFIG_USB_G_SERIAL scripts/config -d CONFIG_USB_G_PRINTER @@ -57,6 +53,19 @@ function util_add_usb_bits { scripts/config -d CONFIG_USB_G_HID scripts/config -d CONFIG_USB_G_DBGP scripts/config -d CONFIG_USB_G_WEBCAM + + scripts/config -d CONFIG_USB_ZERO + scripts/config -d CONFIG_USB_AUDIO + scripts/config -d CONFIG_USB_ETH + scripts/config -d CONFIG_USB_FUNCTIONFS + scripts/config -d CONFIG_USB_MASS_STORAGE + scripts/config -d CONFIG_USB_GADGET_TARGET + scripts/config -d CONFIG_USB_MIDI_GADGET + scripts/config -d CONFIG_USB_CDC_COMPOSITE + + scripts/config -d CONFIG_USB_GADGETFS + scripts/config -d CONFIG_USB_LIBCOMPOSITE + scripts/config -d CONFIG_USB_CONFIGFS scripts/config -e CONFIG_USB_GADGET scripts/config -e CONFIG_USB_DUMMY_HCD -- cgit mrf-deployment