diff options
author | Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> | 2020-04-09 10:23:16 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-08 20:31:28 -0700 |
commit | 87639632c475697cdc5e9ff838e5d6f17d268c29 (patch) | |
tree | cb7d79adb687689e90fd38343134d32c0d3cb5e6 /recipes-kernel | |
parent | 3fd4c656033498e8f049dfa26ea66ab48e8f6d09 (diff) | |
download | meta-altera-87639632c475697cdc5e9ff838e5d6f17d268c29.tar.gz |
config: add fragment to enable jffs2 filesystem
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/config/config_jffs2.cfg | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/config/jffs2.scc | 1 |
2 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | CONFIG_JFFS2_FS=y | ||
2 | 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 | |||