mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-25 09:07:23 +08:00
1537544f6a
add phytium board (E2000) bsp support usart support SMP with demo
10 lines
180 B
Plaintext
10 lines
180 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
|
|
|
|
|