-
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 if’s and menus.)
Defaults¶
- “y” if
USB
&&BOARD_INTEL_S1000_CRB
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:70
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config USB_DW_USB_2_0 bool default "y" ifUSB
&&BOARD_INTEL_S1000_CRB
depends onUSB
&&BOARD_INTEL_S1000_CRB
At drivers/usb/device/Kconfig:26
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:68
→ drivers/usb/Kconfig:14
Menu path: (top menu) → Device Drivers → USB
config USB_DW_USB_2_0 bool prompt "DesignWare Controller and PHY support for USB specification 2.0" ifUSB_DW
&&USB
depends onUSB_DW
&&USB
help Indicates whether or not USB specification version 2.0 is supported
(Definitions include propagated dependencies, including from if’s and menus.)