The latest development version of this page may be more current than this released 2.6.1-rc1 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:106

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/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:93

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:68drivers/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.)