From e5192ac18f866321025be72ddb34f9874bc9f5b2 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 21 Jun 2009 21:55:26 +0200 Subject: Rootfs: jffs2 image: give ability to choose erase block size to use Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/packages.kconfig | 16 ++++++++++++---- 1 file 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, # 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, # \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" -- cgit v1.2.3