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

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git

commit 1ea9adba8c7ae251f91e9bea1de6bd062226f147
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Fri Jan 26 15:45:00 2018 -0800

    Make MCUMGR_CMD_FS_MGMT depend on FILE_SYSTEM.
---
 cmd/fs_mgmt/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/fs_mgmt/Kconfig b/cmd/fs_mgmt/Kconfig
index 62602d6..03157b0 100644
--- a/cmd/fs_mgmt/Kconfig
+++ b/cmd/fs_mgmt/Kconfig
@@ -18,6 +18,7 @@
 menuconfig MCUMGR_CMD_FS_MGMT
     bool
     prompt "Enable mcumgr handlers for file management"
+    depends on FILE_SYSTEM
     default n
     help
       Enables mcumgr handlers for file management

-- 
To stop receiving notification emails like this one, please contact
ccoll...@apache.org.

Reply via email to