:orphan: .. title:: CONFIG_USB_DW_USB_2_0 .. kconfig:: CONFIG_USB_DW_USB_2_0 CONFIG_USB_DW_USB_2_0 ##################### *DesignWare Controller and PHY support for USB specification 2.0* Type: ``bool`` Help ==== .. code-block:: none Indicates whether or not USB specification version 2.0 is supported Direct dependencies =================== (\ :kconfig:`USB_DEVICE_STACK ` && \ :kconfig:`BOARD_INTEL_S1000_CRB `) || (\ :kconfig:`USB_DW ` && \ :kconfig:`USB_DEVICE_DRIVER `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config USB_DW_USB_2_0 bool default y depends on USB_DEVICE_STACK && BOARD_INTEL_S1000_CRB ---- At ``/usb/device/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:70`` → ``/usb/Kconfig:6`` Menu path: (Top) → Device Drivers → Enable USB device controller drivers → Designware USB Device Controller Driver .. code-block:: kconfig config USB_DW_USB_2_0 bool "DesignWare Controller and PHY support for USB specification 2.0" depends on USB_DW && USB_DEVICE_DRIVER help Indicates whether or not USB specification version 2.0 is supported *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*