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

Designware USB Device Controller Driver

Type: bool

Help

Designware USB Device Controller Driver.

Direct dependencies

(USB && BOARD_INTEL_S1000_CRB) || USB

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:23

Menu path: (Top)

config USB_DW
    bool
    default y
    depends on USB && BOARD_INTEL_S1000_CRB

At drivers/usb/device/Kconfig:11

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:60drivers/usb/Kconfig:11

Menu path: (Top) → Device Drivers → USB

config USB_DW
    bool "Designware USB Device Controller Driver"
    select USB_DEVICE_DRIVER
    depends on USB
    help
      Designware USB Device Controller Driver.

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