4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 18:13:32 +08:00

10 lines
178 B
Plaintext
Raw Normal View History

config ENABLE_USB_FXHCI
bool
prompt "Use USB3.0 Host(FUSB_HC_XHCI)"
default n
depends on USE_USB
help
Select USB FUSB_HC_XHCI Host driver component
2023-01-08 21:14:23 -05:00