From 70d93d5bd324e3c6a7454c4ead61a0956c53bbc5 Mon Sep 17 00:00:00 2001 From: Oleg Lyovin Date: Wed, 2 Aug 2017 11:36:11 +0300 Subject: [PATCH] fs/smartfs/Kconfig: make SMARTFS_SECTOR_RECOVERY dependent on MTD_SMART * Implementation of sector recovery functionality requires mtd/smart.c routines, which compilation controlled by MTD_SMART. Signed-off-by: Oleg Lyovin --- os/fs/smartfs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/os/fs/smartfs/Kconfig b/os/fs/smartfs/Kconfig index cf09918..be464fc 100644 --- a/os/fs/smartfs/Kconfig +++ b/os/fs/smartfs/Kconfig @@ -111,6 +111,7 @@ endif config SMARTFS_SECTOR_RECOVERY bool "Enable recovery of lost sectors in Filesystem" + depends on MTD_SMART default n ---help--- Enables recovery of lost sectors after power failure. Lost -- 2.7.4