summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-02 16:42:49 -0500
committerTom Rini <trini@konsulko.com>2022-12-22 10:31:49 -0500
commit0c3a6d443f4751b681566e8a752d12e04f4369f4 (patch)
tree349b44fe7364bef1058432403b88dbbf6bf4f816 /README
parent8747decc9bda5512c2d7eff4c7cab178e5ad6152 (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--README8
1 files changed, 0 insertions, 8 deletions
diff --git a/README b/README
index c8f6b21e2d..2944646665 100644
--- a/README
+++ b/README
@@ -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