mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 15:33:31 +08:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
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
|
|
|
|
|