You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/03/22 13:24:24 UTC

[incubator-nuttx] 08/12: drivers/: Remove support for CONFIG_FS_READABLE

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 431286532c42e873d5704bd450d563781d92baa9
Author: Gregory Nutt <gn...@nuttx.org>
AuthorDate: Sat Mar 21 10:58:23 2020 -0600

    drivers/:  Remove support for CONFIG_FS_READABLE
---
 drivers/Kconfig        | 1 -
 drivers/usbdev/Kconfig | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/Kconfig b/drivers/Kconfig
index 591023b..5220a94 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -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,
diff --git a/drivers/usbdev/Kconfig b/drivers/usbdev/Kconfig
index fb7e112..ac95c38 100644
--- a/drivers/usbdev/Kconfig
+++ b/drivers/usbdev/Kconfig
@@ -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,"