From 3fc062e9cd291f42efb06480685a0c38afc864ee Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Sun, 21 Mar 2021 22:09:29 +0100 Subject: [PATCH] fsutils/mkfatfs/Kconfig: Select BCH Signed-off-by: Abdelatif Guettouche --- fsutils/mkfatfs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/fsutils/mkfatfs/Kconfig b/fsutils/mkfatfs/Kconfig index eff53b519..d22329f66 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