mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
drivers/: Remove support for CONFIG_FS_READABLE
This commit is contained in:
parent
7a871e2f29
commit
431286532c
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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,"
|
||||
|
|
Loading…
Reference in a new issue