This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 3fc062e fsutils/mkfatfs/Kconfig: Select BCH
3fc062e is described below
commit 3fc062e9cd291f42efb06480685a0c38afc864ee
Author: Abdelatif Guettouche <[email protected]>
AuthorDate: Sun Mar 21 22:09:29 2021 +0100
fsutils/mkfatfs/Kconfig: Select BCH
Signed-off-by: Abdelatif Guettouche <[email protected]>
---
fsutils/mkfatfs/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/fsutils/mkfatfs/Kconfig b/fsutils/mkfatfs/Kconfig
index eff53b5..d22329f 100644
--- a/fsutils/mkfatfs/Kconfig
+++ b/fsutils/mkfatfs/Kconfig
@@ -7,5 +7,6 @@ config FSUTILS_MKFATFS
bool "mkfatfs utility"
default y
depends on FS_FAT && !DISABLE_PSEUDOFS_OPERATIONS
+ select BCH
---help---
Enables support for the mkfatfs utility