Skip to content

Commit

Permalink
drivers/: Remove support for CONFIG_FS_READABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt authored and xiaoxiang781216 committed Mar 22, 2020
1 parent 7a871e2 commit 4312865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion drivers/usbdev/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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,"
Expand Down

0 comments on commit 4312865

Please sign in to comment.