commit | cf8d7764da32e7c60d50166df9693974f9b3f888 | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Thu Nov 18 18:02:02 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Nov 24 12:28:02 2021 +0100 |
tree | 5ff371eeb7f97fe299bcd574c096dee0fb805983 | |
parent | 73199f2c919934933dd4b3d618be4c062245823d [diff] |
usb: fix bulk endpoint configuration for high-speed capable device In the current USB device support, the sizes of bulk endpoint are mostly configure through Kconfig and do not care if a device is high-speed capable. The information if a USB device controller supports high-speed comes from devicetree. Add a Kconfig option to map this information and configure bulk endpoint sizes accordingly. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>