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

DesignWare Controller and PHY support for USB specification 2.0

Type: bool

Help

Indicates whether or not USB specification version 2.0 is supported

Direct dependencies

(USB && BOARD_INTEL_S1000_CRB) || (USB_DW && USB)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:70

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DW_USB_2_0
    bool
    default "y" if USB && BOARD_INTEL_S1000_CRB
    depends on USB && BOARD_INTEL_S1000_CRB

At drivers/usb/device/Kconfig:26

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:68drivers/usb/Kconfig:14

Menu path: (top menu) → Device Drivers → USB

config USB_DW_USB_2_0
    bool
    prompt "DesignWare Controller and PHY support for USB specification 2.0" if USB_DW && USB
    depends on USB_DW && USB
    help
      Indicates whether or not USB specification version 2.0 is supported

(Definitions include propagated dependencies, including from if’s and menus.)