drivers/: Remove support for CONFIG_FS_READABLE

This commit is contained in:
Gregory Nutt 2020-03-21 10:58:23 -06:00 committed by Xiang Xiao
parent 7a871e2f29
commit 431286532c
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ config DEV_ZERO
config DRVR_MKRD
bool "RAM disk wrapper (mkrd)"
default n
select FS_READABLE
---help---
Build the mkrd() function which serves as a wrapper to simplify
creation of RAM disks. If the boardctrl() interface is enabled,

View File

@ -571,7 +571,6 @@ endif # CDCACM
menuconfig USBMSC
bool "USB Mass storage class device"
default n
select FS_READABLE
---help---
References:
"Universal Serial Bus Mass Storage Class, Specification Overview,"