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:57
Included via Kconfig:8 → 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 Driver>/usb/device/Kconfig:18
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:70 → <Zephyr Driver>/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.)