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:
Mahesh Mahadevan 2023-01-18 10:32:32 -06:00 committed by Lauren Murphy
commit 3b7e7575a9

View file

@ -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.