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 33ae61d1c4c56ea3f8584c7cf6dc85c18804ea0e Author: Christopher Collins <[email protected]> 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 [email protected].
