forked from xuos/xiuos
xiuos\Ubiquitous\RT-Thread_Fusion_XiUOS\aiit_board\xidatong-arm32\board\Kconfig:
1.添加USBHost相关的宏
This commit is contained in:
parent
9f0a316c6d
commit
ee79cd0927
|
@ -221,6 +221,14 @@ menu "Onboard Peripheral Drivers"
|
|||
select RT_USING_DFS
|
||||
select RT_USING_DFS_ELMFAT
|
||||
default n
|
||||
|
||||
config BSP_USB0_HOST
|
||||
bool "Enable USB0 Host"
|
||||
default n
|
||||
|
||||
config BSP_USB1_HOST
|
||||
bool "Enable USB1 Host"
|
||||
default n
|
||||
|
||||
menuconfig BSP_USING_ETH
|
||||
bool "Enable Ethernet"
|
||||
|
|
Loading…
Reference in New Issue