xiuos\Ubiquitous\RT-Thread_Fusion_XiUOS\aiit_board\xidatong-arm32\board\Kconfig:

1.添加USBHost相关的宏
This commit is contained in:
zhujiarui666 2022-06-27 16:30:04 +08:00
parent 9f0a316c6d
commit ee79cd0927
1 changed files with 8 additions and 0 deletions

View File

@ -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"