CONFIG_USB_MCUX

NXP MCUX USB Device Controller Driver

Type: bool

Help

NXP MCUX USB Device Controller Driver for MXRT and LPC SoC's.

Direct dependencies

(USB_DEVICE_DRIVER && SOC_SERIES_IMX_RT) || (USB_DEVICE_DRIVER && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (USB_DEVICE_DRIVER && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || USB_DEVICE_DRIVER

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

Kconfig definitions

At <SoC>/arm/nxp_imx/rt/Kconfig.defconfig.series:159

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

config USB_MCUX
    bool
    default y
    depends on USB_DEVICE_DRIVER && SOC_SERIES_IMX_RT

At <SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:70

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_imx/Kconfig.defconfig:8<SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:67

Menu path: (Top)

config USB_MCUX
    bool
    default y
    depends on USB_DEVICE_DRIVER && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX

At <SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:40

Included via Kconfig:8Kconfig.zephyr:27<SoC>/arm/nxp_lpc/Kconfig.defconfig:4<SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config USB_MCUX
    bool
    default y
    depends on USB_DEVICE_DRIVER && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At <Driver>/usb/device/Kconfig:120

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:70<Driver>/usb/Kconfig:6

Menu path: (Top) → Device Drivers → Enable USB device controller drivers

config USB_MCUX
    bool "NXP MCUX USB Device Controller Driver"
    depends on USB_DEVICE_DRIVER
    help
      NXP MCUX USB Device Controller Driver for MXRT and LPC SoC's.

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