diff options
author | Tom Rini | 2022-12-02 16:42:49 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-22 10:31:49 -0500 |
commit | 0c3a6d443f4751b681566e8a752d12e04f4369f4 (patch) | |
tree | 349b44fe7364bef1058432403b88dbbf6bf4f816 /README | |
parent | 8747decc9bda5512c2d7eff4c7cab178e5ad6152 (diff) |
usb: Remove CONFIG_USBD_HS
This define is not enabled by the only platform which currently enables
the legacy option of CONFIG_USB_DEVICE. We can drop this code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -618,14 +618,6 @@ The following options need to be configured: variable usbtty to be cdc_acm should suffice. The following might be defined in YourBoardName.h - CONFIG_USBD_HS - Define this to enable the high speed support for usb - device and usbtty. If this feature is enabled, a routine - int is_usbd_high_speed(void) - also needs to be defined by the driver to dynamically poll - whether the enumeration has succeded at high speed or full - speed. - If you have a USB-IF assigned VendorID then you may wish to define your own vendor specific values either in BoardName.h or directly in usbd_vendor_info.h. If you don't define |