From 87639632c475697cdc5e9ff838e5d6f17d268c29 Mon Sep 17 00:00:00 2001 From: Chang Rebecca Swee Fun Date: Thu, 9 Apr 2020 10:23:16 +0000 Subject: config: add fragment to enable jffs2 filesystem Signed-off-by: Chang Rebecca Swee Fun --- recipes-kernel/linux/config/config_jffs2.cfg | 2 ++ recipes-kernel/linux/config/jffs2.scc | 1 + 2 files changed, 3 insertions(+) create mode 100644 recipes-kernel/linux/config/config_jffs2.cfg create mode 100644 recipes-kernel/linux/config/jffs2.scc diff --git a/recipes-kernel/linux/config/config_jffs2.cfg b/recipes-kernel/linux/config/config_jffs2.cfg new file mode 100644 index 0000000..b820ba7 --- /dev/null +++ b/recipes-kernel/linux/config/config_jffs2.cfg @@ -0,0 +1,2 @@ +CONFIG_JFFS2_FS=y +CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=n diff --git a/recipes-kernel/linux/config/jffs2.scc b/recipes-kernel/linux/config/jffs2.scc new file mode 100644 index 0000000..563ac17 --- /dev/null +++ b/recipes-kernel/linux/config/jffs2.scc @@ -0,0 +1 @@ +kconf non-hardware config_jffs2.cfg -- cgit v1.2.3-54-g00ecf