filesystem: fix dependency on shell
Change-Id: I7977753fa6897cbe480de83f6d49e3c7952144c0 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
89f4bf7c7e
commit
6c1c4b7cd4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if FILE_SYSTEM
|
||||||
|
|
||||||
config FILE_SYSTEM_SHELL
|
config FILE_SYSTEM_SHELL
|
||||||
bool "Enable file system shell"
|
bool "Enable file system shell"
|
||||||
depends on SHELL
|
depends on CONSOLE_SHELL
|
||||||
help
|
help
|
||||||
This shell provides basic browsing of the contents of the
|
This shell provides basic browsing of the contents of the
|
||||||
file system.
|
file system.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue