drivers: usb: Enable High speed Kconfig for NXP controllers
Enable the USB_DC_HAS_HS_SUPPORT Kconfig for NXP controllers that support High speed. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
7ffc200820
commit
3b7e7575a9
1 changed files with 2 additions and 0 deletions
|
@ -152,11 +152,13 @@ choice USB_MCUX_CONTROLLER_TYPE
|
|||
config USB_DC_NXP_EHCI
|
||||
bool "MXRT EHCI USB Device Controller"
|
||||
select NOCACHE_MEMORY if HAS_MCUX_CACHE
|
||||
select USB_DC_HAS_HS_SUPPORT
|
||||
help
|
||||
Kinetis and RT EHCI USB Device Controller Driver.
|
||||
|
||||
config USB_DC_NXP_LPCIP3511
|
||||
bool "LPC USB Device Controller"
|
||||
select USB_DC_HAS_HS_SUPPORT
|
||||
help
|
||||
LPC USB Device Controller Driver.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue