Skip to content

Commit 0ac7f76

Browse files
nordic-krchcarlescufi
authored andcommitted
fs: Port shell commands to new shell
Port existing commands to the new shell subsystem. Signed-off-by: Krzysztof Chruscinski <[email protected]>
1 parent d80fee1 commit 0ac7f76

File tree

2 files changed

+268
-230
lines changed

2 files changed

+268
-230
lines changed

subsys/fs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ config FILE_SYSTEM_NFFS
5555

5656
config FILE_SYSTEM_SHELL
5757
bool "Enable file system shell"
58-
depends on CONSOLE_SHELL
58+
depends on SHELL
5959
help
6060
This shell provides basic browsing of the contents of the
6161
file system.

0 commit comments

Comments
 (0)