nshlib: Fix dependency on FSUTILS_MKFATFS

This commit is contained in:
Gustavo Henrique Nihei 2021-02-15 18:11:51 -03:00 committed by Xiang Xiao
parent 75690bc31e
commit 5cddb39b4e

View File

@ -381,7 +381,7 @@ config NSH_DISABLE_MKFATFS
bool "Disable mkfatfs"
default y if DEFAULT_SMALL
default n if !DEFAULT_SMALL
depends on FUTILS_MKFATFS
depends on FSUTILS_MKFATFS
config NSH_DISABLE_MKFIFO
bool "Disable mkfifo"