CONFIG_USB_DW¶
Designware USB Device Controller Driver
Type: bool
Help¶
Designware USB Device Controller Driver.
Direct dependencies¶
(USB_DEVICE_STACK && BOARD_INTEL_S1000_CRB) || 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 Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config USB_DW
    bool
    default y
    depends on USB_DEVICE_STACK && BOARD_INTEL_S1000_CRB
At <Zephyr Driver>/usb/device/Kconfig:13
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
config USB_DW
    bool "Designware USB Device Controller Driver"
    depends on USB_DEVICE_DRIVER
    help
      Designware USB Device Controller Driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)