The latest development version of this page may be more current than this released 2.7.0 version.
choice USB_MCUX_CONTROLLER_TYPE: USB Controller type

USB Controller type

Type: bool

Help

Select the type of controller available in the SoC.

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Kconfig definitions

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

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

Menu path: (Top)

choice USB_MCUX_CONTROLLER_TYPE
    bool
    default USB_DC_NXP_EHCI
    depends on SOC_SERIES_IMX_RT

At soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:74

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

Menu path: (Top)

choice USB_MCUX_CONTROLLER_TYPE
    bool
    default USB_DC_NXP_LPCIP3511
    depends on SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX

At soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:44

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

Menu path: (Top)

choice USB_MCUX_CONTROLLER_TYPE
    bool
    default USB_DC_NXP_LPCIP3511
    depends on SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At drivers/usb/device/Kconfig:112

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:70drivers/usb/Kconfig:6

Menu path: (Top) → Device Drivers → Enable USB device controller drivers → NXP MCUX USB Device Controller Driver

choice USB_MCUX_CONTROLLER_TYPE
    bool "USB Controller type"
    depends on USB_MCUX && USB_DEVICE_DRIVER
    help
      Select the type of controller available in the SoC.

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