:orphan: .. title:: CONFIG_USB_DC_HAS_HS_SUPPORT .. kconfig:: CONFIG_USB_DC_HAS_HS_SUPPORT CONFIG_USB_DC_HAS_HS_SUPPORT ############################ *USB device controller supports high speed* Type: ``bool`` Help ==== .. code-block:: none USB device controller supports high speed. Direct dependencies =================== \ :kconfig:`USB_DEVICE_DRIVER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/usb/device/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:70`` → ``/usb/Kconfig:6`` Menu path: (Top) → Device Drivers → Enable USB device controller drivers .. code-block:: kconfig config USB_DC_HAS_HS_SUPPORT bool "USB device controller supports high speed" depends on USB_DEVICE_DRIVER help USB device controller supports high speed. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*