summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-21 21:55:26 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-21 21:55:26 +0200
commite5192ac18f866321025be72ddb34f9874bc9f5b2 (patch)
tree20c80dc1c3676e4d92288e3f2cf679025911719a
parent56cccfe2e12eab6f91c58efef9b557e2db77b069 (diff)
downloadembtoolkit-e5192ac18f866321025be72ddb34f9874bc9f5b2.tar.gz
embtoolkit-e5192ac18f866321025be72ddb34f9874bc9f5b2.tar.bz2
embtoolkit-e5192ac18f866321025be72ddb34f9874bc9f5b2.tar.xz
Rootfs: jffs2 image: give ability to choose erase block size to use
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/packages.kconfig16
1 files changed, 12 insertions, 4 deletions
diff --git a/kconfig/packages.kconfig b/kconfig/packages.kconfig
index 9a6aa17..f307b30 100644
--- a/kconfig/packages.kconfig
+++ b/kconfig/packages.kconfig
@@ -1,7 +1,8 @@
-#########################################################################################
+################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
-# For Copyrright from linux kernel's build/configure system, see their source code
+# For Copyrright from linux kernel's build/configure system, see their source
+# code.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -15,13 +16,13 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
-#########################################################################################
+################################################################################
#
# \file packages.kconfig
# \brief packages.kconfig of Embtoolkit
# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# \date May 2009
-#########################################################################################
+################################################################################
#Busybox
config EMBTK_ROOTFS_HAVE_BB
@@ -36,6 +37,13 @@ config EMBTK_ROOTFS_HAVE_JFFS2
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
+ string "Erase block size to use in KB"
+ default "128"
+
#mtd-utils on target
config EMBTK_ROOTFS_HAVE_MTDUTILS
bool "Have mtd-utils in your target root filesystem"