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_DEVICE_STACK && BOARD_INTEL_S1000_CRB) || (USB_DW && USB_DEVICE_DRIVER)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:54

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config USB_DW_USB_2_0
    bool
    default y
    depends on USB_DEVICE_STACK && BOARD_INTEL_S1000_CRB

At <Zephyr>/drivers/usb/device/Kconfig:28

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

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

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

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