summaryrefslogtreecommitdiff
path: root/kconfig/fs.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-12 20:32:36 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-12 20:32:36 +0200
commit3e2d4be94e153c953c218f6d8d8330949cbe1f31 (patch)
tree4bb638843cfec4aa438263bf54d3d0a7b1b8cb11 /kconfig/fs.kconfig
parent932197cf2955399f4bfe600b172e96f51c1f79a3 (diff)
downloadembtoolkit-3e2d4be94e153c953c218f6d8d8330949cbe1f31.tar.gz
embtoolkit-3e2d4be94e153c953c218f6d8d8330949cbe1f31.tar.bz2
embtoolkit-3e2d4be94e153c953c218f6d8d8330949cbe1f31.tar.xz
Rootfs: update mtd-utils and make JFFS2 filesystem image useable
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/fs.kconfig')
-rw-r--r--kconfig/fs.kconfig33
1 files changed, 26 insertions, 7 deletions
diff --git a/kconfig/fs.kconfig b/kconfig/fs.kconfig
index d51fb6b..a9a55c4 100644
--- a/kconfig/fs.kconfig
+++ b/kconfig/fs.kconfig
@@ -45,19 +45,38 @@ choice
Use bzip2 compression algorithm.
endchoice
-#JFFS2 root filesystem image build
+#####################################
+# JFFS2 root filesystem image build #
+#####################################
config EMBTK_ROOTFS_HAVE_JFFS2
bool "Build a JFFS2 root filesystem image"
+ select EMBTK_HOST_HAVE_MTDUTILS
help
- Build a JFFS2 root filesystem image for your target
-config EMBTK_ROOTFS_HAVE_JFFS2_BLOCKSIZE
+ Build a JFFS2 root filesystem image for your target.
+config EMBTK_ROOTFS_HAVE_JFFS2_ERASEBLOCKSIZE
depends on EMBTK_ROOTFS_HAVE_JFFS2
help
- Erase block size to use in KB
- int "Erase block size to use in KB"
- default 128
+ Erase block size to use in bytes
+ NOTE: If erase block size is below 4096 the unit is assumed
+ to be KiB
+ int "Erase block size to use in bytes"
+ default 16384
+config EMBTK_ROOTFS_HAVE_JFFS2_PAGESIZE
+ depends on EMBTK_ROOTFS_HAVE_JFFS2
+ help
+ Page size to use in bytes
+ int "Page size to use in bytes"
+ default 4096
+config EMBTK_ROOTFS_HAVE_JFFS2_CLEANMARKERSIZE
+ depends on EMBTK_ROOTFS_HAVE_JFFS2
+ help
+ Size of cleanmarker in bytes (almost always 12)
+ int "Size of cleanmarker in bytes (almost always 12)"
+ default 12
-#SQUASHFS root filesystem
+############################
+# SQUASHFS root filesystem #
+############################
config EMBTK_ROOTFS_HAVE_SQUASHFS
bool "Build a squashfs root filesystem image"
help