:orphan: .. title:: USB_DW .. option:: CONFIG_USB_DW *Designware USB Device Controller Driver* Type: ``bool`` Help ==== Designware USB Device Controller Driver. Direct dependencies =================== (\ :option:`USB ` && \ :option:`BOARD_INTEL_S1000_CRB `) || \ :option:`USB ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`USB_DEVICE_DRIVER ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config USB_DW bool default y depends on \ :option:`USB ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/usb/device/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:68`` → ``drivers/usb/Kconfig:11`` Menu path: (Top) → Device Drivers → USB .. parsed-literal:: config USB_DW bool "Designware USB Device Controller Driver" select \ :option:`USB_DEVICE_DRIVER ` depends on \ :option:`USB ` help Designware USB Device Controller Driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*