:orphan: .. title:: CONFIG_USB_DW .. kconfig:: CONFIG_USB_DW CONFIG_USB_DW ############# *Designware USB Device Controller Driver* Type: ``bool`` Help ==== .. code-block:: none Designware USB Device Controller Driver. Direct dependencies =================== (\ :kconfig:`USB_DEVICE_STACK ` && \ :kconfig:`BOARD_INTEL_S1000_CRB `) || \ :kconfig:`USB_DEVICE_DRIVER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config USB_DW bool default y depends on USB_DEVICE_STACK && BOARD_INTEL_S1000_CRB ---- At ``/usb/device/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:70`` → ``/usb/Kconfig:6`` Menu path: (Top) → Device Drivers → Enable USB device controller drivers .. code-block:: kconfig 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.)*