:orphan: .. title:: USB_DW_USB_2_0 .. option:: CONFIG_USB_DW_USB_2_0 *DesignWare Controller and PHY support for USB specification 2.0* Type: ``bool`` Help ==== Indicates whether or not USB specification version 2.0 is supported Direct dependencies =================== (\ :option:`USB ` && \ :option:`BOARD_INTEL_S1000_CRB `) || (\ :option:`USB_DW ` && \ :option:`USB `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config USB_DW_USB_2_0 bool default y depends on \ :option:`USB ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/usb/device/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:68`` → ``drivers/usb/Kconfig:11`` Menu path: (Top) → Device Drivers → USB → Designware USB Device Controller Driver .. parsed-literal:: config USB_DW_USB_2_0 bool "DesignWare Controller and PHY support for USB specification 2.0" depends on \ :option:`USB_DW ` && \ :option:`USB ` help Indicates whether or not USB specification version 2.0 is supported *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*