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

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:131

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

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:27soc/arm/nxp_imx/Kconfig.defconfig:4soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:52

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:27soc/arm/nxp_lpc/Kconfig.defconfig:4soc/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 drivers/usb/device/Kconfig:105

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