Lines Matching +full:usb +full:- +full:c
1 # USB device configuration options
3 # Copyright (c) 2016 Wind River Systems, Inc.
4 # SPDX-License-Identifier: Apache-2.0
7 bool "USB device controller drivers"
9 Enable USB device controller drivers.
14 bool "USB device controller supports high speed"
16 USB device controller supports high speed.
21 USB device controller supports remote wakeup feature.
24 bool "Designware USB Device Controller Driver"
28 Designware USB Device Controller Driver.
31 bool "DesignWare Controller and PHY support for USB specification 2.0"
34 Indicates whether or not USB specification version 2.0 is supported
37 bool "USB device controller driver for Raspberry Pi Pico devices"
42 Enable USB support on the RP2 family of processors.
45 DT_STM32_USBHS_SPEED := $(dt_node_str_prop_equals,$(DT_STM32_USBHS),maximum-speed,high-speed)
48 bool "USB device controller driver for STM32 devices"
60 Enable STM32 family USB device controller shim driver.
63 bool "Runtime USB 48MHz clock check"
67 Enable USB clock 48MHz configuration runtime check.
72 bool "SAM0 series USB Device Controller driver"
77 SAM0 family USB device controller Driver.
80 bool "SmartBond series USB Device Controller driver"
87 SmartBond family USB device controller Driver.
98 DT_SAM_USBHS_SPEED := $(dt_node_str_prop_equals,$(DT_SAM_USBHS),maximum-speed,high-speed)
101 bool "SAM series USB HS Device Controller driver"
106 SAM family USB HS device controller Driver.
109 bool "Nordic Semiconductor USB Device Controller Driver"
116 nRF USB Device Controller Driver
134 callbacks and providing proper notifications to the USB device stack.
143 to give USB Charging Controller time for initialization.
146 bool "Kinetis USB Device Controller Driver"
150 Kinetis USB Device Controller Driver.
153 bool "NXP MCUX USB Device Controller Driver"
158 NXP MCUX USB Device Controller Driver for MXRT and LPC SoC's.
163 bool "MXRT EHCI USB Device Controller"
169 Kinetis and RT EHCI USB Device Controller Driver.
172 bool "LPC USB Device Controller"
178 LPC USB Device Controller Driver.
184 Maximum number of messages USB device controller interrupt can queue
188 int "Stack size for the USB driver"
192 Size of the stack used for the internal USB thread.
197 bool "ITE IT82XX2 USB Device Controller Driver"
202 ITE IT82XX2 USB Device Controller Driver
205 bool "Nuvoton NuMaker USB 1.1 device controller"
210 Enable Nuvoton NuMaker USB 1.1 device controller driver
215 int "USB DC message queue size"
221 int "USB DC message handler thread stack size"
225 for handling messages from the USB DC ISR, i.e. interrupt bottom half processing,
226 including callbacks to the USB device stack.
231 bool "Native Posix USB Device Controller Driver"
235 Native Posix USB Device Controller Driver.
238 DT_ZEPHYR_UDC0_HS_SPEED := $(dt_node_str_prop_equals,$(DT_ZEPHYR_UDC0),maximum-speed,high-speed)
246 Enable high speed support in the Native Posix USB device controller driver.
249 module-str = usb driver