From 08f1dd00932d8a991f61c31b1b757f55f4e0eabf Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Fri, 19 Mar 2021 14:50:45 -0300 Subject: [PATCH] fsutils/mksmartfs: Fix regression caused by BCH separation --- fsutils/mksmartfs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/fsutils/mksmartfs/Kconfig b/fsutils/mksmartfs/Kconfig index 551c989f6..6e80b4804 100644 --- a/fsutils/mksmartfs/Kconfig +++ b/fsutils/mksmartfs/Kconfig @@ -7,5 +7,6 @@ config FSUTILS_MKSMARTFS bool "mksmartfs utility" default y depends on FS_SMARTFS && !DISABLE_PSEUDOFS_OPERATIONS + select BCH ---help--- Enables support for the mksmartfs utility