-
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¶
(USB
&& BOARD_INTEL_S1000_CRB
) || (USB_DW
&& USB
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:56
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config USB_DW_USB_2_0
bool
default y
depends on USB && BOARD_INTEL_S1000_CRB
At <Zephyr>/drivers/usb/device/Kconfig:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:68
→ <Zephyr>/drivers/usb/Kconfig:11
Menu path: (Top) → Device Drivers → USB → Designware USB Device Controller Driver
config USB_DW_USB_2_0
bool "DesignWare Controller and PHY support for USB specification 2.0"
depends on USB_DW && USB
help
Indicates whether or not USB specification version 2.0 is supported
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)