drivers/: Remove support for CONFIG_FS_READABLE
This commit is contained in:
parent
7a871e2f29
commit
431286532c
|
@ -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 New Issue