diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-12-13 14:22:55 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-12-13 18:56:54 +0100 |
| commit | 8f160dd5d603e9cd86705baad260794afa3e5cb3 (patch) | |
| tree | 443e6bce053dd4a4a85448d79769b982756bf9de /dashboard | |
| parent | bef888ec76fd133b9689255c652aacd1e306d56e (diff) | |
dashboard/config/linux: enable USB_RAW_GADGET in android
Fixes #2339
Diffstat (limited to 'dashboard')
| -rw-r--r-- | dashboard/config/linux/android-5.4-base.config | 17 | ||||
| -rw-r--r-- | dashboard/config/linux/android-5.4.config | 17 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 4 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/usb.yml | 3 |
4 files changed, 37 insertions, 4 deletions
diff --git a/dashboard/config/linux/android-5.4-base.config b/dashboard/config/linux/android-5.4-base.config index 2e4e547fe..58cb5f0ce 100644 --- a/dashboard/config/linux/android-5.4-base.config +++ b/dashboard/config/linux/android-5.4-base.config @@ -4019,6 +4019,23 @@ CONFIG_USB_DUMMY_HCD=y # end of USB Peripheral Controller # CONFIG_USB_CONFIGFS is not set +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_ETH is not set +# CONFIG_USB_G_NCM is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FUNCTIONFS is not set +# CONFIG_USB_MASS_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_ACM_MS is not set +# CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_DBGP is not set +# CONFIG_USB_G_WEBCAM is not set +CONFIG_USB_RAW_GADGET=y CONFIG_TYPEC=y CONFIG_TYPEC_TCPM=y # CONFIG_TYPEC_TCPCI is not set diff --git a/dashboard/config/linux/android-5.4.config b/dashboard/config/linux/android-5.4.config index 35ff4a0e8..2143032a8 100644 --- a/dashboard/config/linux/android-5.4.config +++ b/dashboard/config/linux/android-5.4.config @@ -4755,6 +4755,23 @@ CONFIG_USB_CONFIGFS_F_MIDI=y CONFIG_USB_CONFIGFS_F_HID=y CONFIG_USB_CONFIGFS_F_UVC=y CONFIG_USB_CONFIGFS_F_PRINTER=y +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_ETH is not set +# CONFIG_USB_G_NCM is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FUNCTIONFS is not set +# CONFIG_USB_MASS_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_ACM_MS is not set +# CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_DBGP is not set +# CONFIG_USB_G_WEBCAM is not set +CONFIG_USB_RAW_GADGET=y CONFIG_TYPEC=y CONFIG_TYPEC_TCPM=y # CONFIG_TYPEC_TCPCI is not set diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index 0f243b8be..ca7a2e97e 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -1264,9 +1264,7 @@ config: - USB_CONFIGFS_F_FS - USB_CONFIGFS_F_MIDI - USB_CONFIGFS_SERIAL - # It's introduced in v5.5 or so, but we want it in android-5.4, but it's not present in stable-5.4. - # A better way to express this would to add "or" operator (v5.5||android-5.4), but for now we have this. - - USB_RAW_GADGET: [v5.4, -stable-5.4] + - USB_RAW_GADGET: [v5.5] - USB_FEW_INIT_RETRIES: [v5.10] - TYPEC - TYPEC_TCPM diff --git a/dashboard/config/linux/bits/usb.yml b/dashboard/config/linux/bits/usb.yml index a6a6bea6e..4b956fa1f 100644 --- a/dashboard/config/linux/bits/usb.yml +++ b/dashboard/config/linux/bits/usb.yml @@ -6,7 +6,8 @@ config: - USB_SUPPORT - USB_GADGET - - USB_RAW_GADGET: [v5.5] + # It's introduced in v5.5 or so, but we want it in android-5.4, but it's not present in stable/chromeos-5.4. + - USB_RAW_GADGET: [v5.4, -chromeos-5.4] - USB_DUMMY_HCD # We don't need/test these on the USB instance. - USB_GADGETFS: n |
