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

Designware USB Device Controller Driver

Type: bool

Help

Designware USB Device Controller Driver.

Direct dependencies

(USB && BOARD_TINYTILE) || (USB && BOARD_INTEL_S1000_CRB) || (USB && SOC_SERIES_QUARK_SE) || USB

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

Defaults

Symbols selected by this symbol

Kconfig definitions

At boards/x86/tinytile/Kconfig.defconfig:16

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config USB_DW
    bool
    default "y" if USB && BOARD_TINYTILE
    depends on USB && BOARD_TINYTILE

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:181

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config USB_DW
    bool
    default "y" if USB && SOC_SERIES_QUARK_SE
    depends on USB && SOC_SERIES_QUARK_SE

At drivers/usb/device/Kconfig:14

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

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

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

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