diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-04-23 16:39:41 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2020-04-23 16:47:51 +0200 |
| commit | fabe518e91dafdeddab624fe3582005e7a9f187a (patch) | |
| tree | 18eef9e873e12ff3200306db8a2cc947e13859e5 | |
| parent | 2e44d63e401ead7d7928c95a30d243b2de1a243b (diff) | |
dashboard/config: update usb config generation script
| -rwxr-xr-x | dashboard/config/util.sh | 17 |
1 files 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 |
