Skip to content

Commit 4ab5c0d

Browse files
committed
【添加】选中 USB Host 读写 U 盘的功能,将会自动开启 DFS 和 ELM
1 parent 1635961 commit 4ab5c0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libraries/Kconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,13 @@ menu "On-chip Peripheral"
304304
if BSP_USING_USBH
305305
menuconfig RT_USBH_MSTORAGE
306306
bool "Enable Udisk Drivers"
307+
select RT_USING_DFS
308+
select RT_USING_DFS_ELMFAT
307309
default n
308310
if RT_USBH_MSTORAGE
309311
config UDISK_MOUNTPOINT
310-
string "Udisk mount dir"
311-
default "/"
312+
string "Udisk mount dir"
313+
default "/"
312314
endif
313315
endif
314316

0 commit comments

Comments
 (0)