drivers: usb: Rename NXP EHCI driver

Rename to usb_dc_mcux as this driver is used for both
EHCI and LPC USB controllers

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2021-08-16 15:49:03 -05:00 committed by Christopher Friedt
commit e3a14d9cb9
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,6 @@ zephyr_library_sources_ifdef(CONFIG_USB_NATIVE_POSIX
usb_dc_native_posix_adapt.c
)
zephyr_library_sources_ifdef(CONFIG_USB_NRFX usb_dc_nrfx.c)
zephyr_library_sources_ifdef(CONFIG_USB_DC_NXP_EHCI usb_dc_mcux_ehci.c)
zephyr_library_sources_ifdef(CONFIG_USB_MCUX usb_dc_mcux.c)
endif()