summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-16 19:38:04 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-16 19:39:04 +0200
commit290956cc3a790e4d8167073f5531b1de2b989e9b (patch)
tree047d6b23755516b22516fcc5f204692758c48de3 /kconfig
parent6ce8fbf63a210a9fd52c15555257e7aedc773fd3 (diff)
downloadembtoolkit-290956cc3a790e4d8167073f5531b1de2b989e9b.tar.gz
embtoolkit-290956cc3a790e4d8167073f5531b1de2b989e9b.tar.bz2
embtoolkit-290956cc3a790e4d8167073f5531b1de2b989e9b.tar.xz
Rootfs: Add support of squashfs root filesystem build
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/fs.kconfig30
1 files changed, 18 insertions, 12 deletions
diff --git a/kconfig/fs.kconfig b/kconfig/fs.kconfig
index 9add022..8f63bf1 100644
--- a/kconfig/fs.kconfig
+++ b/kconfig/fs.kconfig
@@ -26,18 +26,6 @@
menu "Type of root filesystem to build"
-#JFFS2 root filesystem image build
-config EMBTK_ROOTFS_HAVE_JFFS2
- bool "Build a JFFS2 root filesystem image"
- help
- Build a JFFS2 root filesystem image for your target
-config EMBTK_ROOTFS_HAVE_JFFS2_BLOCKSIZE
- depends on EMBTK_ROOTFS_HAVE_JFFS2
- help
- Erase block size to use in KB
- int "Erase block size to use in KB"
- default 512
-
#INITRAMFS cpio archive
config EMBTK_ROOTFS_HAVE_INITRAMFS_CPIO
bool "Build cpio archive for initramfs"
@@ -57,4 +45,22 @@ choice
Use bzip2 compression algorithm.
endchoice
+#JFFS2 root filesystem image build
+config EMBTK_ROOTFS_HAVE_JFFS2
+ bool "Build a JFFS2 root filesystem image"
+ help
+ Build a JFFS2 root filesystem image for your target
+config EMBTK_ROOTFS_HAVE_JFFS2_BLOCKSIZE
+ depends on EMBTK_ROOTFS_HAVE_JFFS2
+ help
+ Erase block size to use in KB
+ int "Erase block size to use in KB"
+ default 512
+
+#SQUASHFS root filesystem
+config EMBTK_ROOTFS_HAVE_SQUASHFS
+ bool "Build a squashfs root filesystem image"
+ help
+ Build a squashfs root filesystem image for your target
+
endmenu