The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_USB_DC_NXP_EHCI

Kinetis and RT EHCI USB Device Controller Driver

Type: bool

Help

Kinetis and RT EHCI USB Device Controller Driver.

Direct dependencies

(USB && SOC_SERIES_IMX_RT) || (HAS_MCUX_USB_EHCI && USB)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:159

Included via Kconfig:8Kconfig.zephyr:25soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config USB_DC_NXP_EHCI
    bool
    default y
    depends on USB && SOC_SERIES_IMX_RT

At drivers/usb/device/Kconfig:89

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:60drivers/usb/Kconfig:11

Menu path: (Top) → Device Drivers → USB

config USB_DC_NXP_EHCI
    bool "Kinetis and RT EHCI USB Device Controller Driver"
    select USB_DEVICE_DRIVER
    select NOCACHE_MEMORY if HAS_MCUX_CACHE
    depends on HAS_MCUX_USB_EHCI && USB
    help
      Kinetis and RT EHCI USB Device Controller Driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)