summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-14 11:33:45 -0500
committerRicardo Salveti <ricardo@foundries.io>2020-02-12 15:36:38 -0300
commit9f1448d6964aae77e1030bcfa0c0a8907e64aeec (patch)
treea64f808833dc71eb3867a11381daac00e683354c
parente71a86aae21d647d45063027b4ac7331c371269a (diff)
flash_fs: add required MTD dependencies to fragment
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--cfg/fs/flash_fs.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg/fs/flash_fs.cfg b/cfg/fs/flash_fs.cfg
index 4dd9bcd..9d00943 100644
--- a/cfg/fs/flash_fs.cfg
+++ b/cfg/fs/flash_fs.cfg
@@ -1,3 +1,8 @@
+CONFIG_MTD=y
+CONFIG_MTD_CMDLINE_PARTS=y
+CONFIG_MTD_BLKDEVS=y
+CONFIG_MTD_BLOCK=y
+
CONFIG_JFFS2_FS=y
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y