We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1635961 commit 4ab5c0dCopy full SHA for 4ab5c0d
libraries/Kconfig
@@ -304,11 +304,13 @@ menu "On-chip Peripheral"
304
if BSP_USING_USBH
305
menuconfig RT_USBH_MSTORAGE
306
bool "Enable Udisk Drivers"
307
+ select RT_USING_DFS
308
+ select RT_USING_DFS_ELMFAT
309
default n
310
if RT_USBH_MSTORAGE
311
config UDISK_MOUNTPOINT
- string "Udisk mount dir"
- default "/"
312
+ string "Udisk mount dir"
313
+ default "/"
314
endif
315
316
0 commit comments