topconfig enable JFFS2 features use by Nokia n8x0 tables

JFFS2 Summary and Compressor support

svn path=/dists/trunk/linux-2.6/; revision=11723
This commit is contained in:
Maximilian Attems 2008-06-29 09:56:51 +00:00
parent cf11201a08
commit 78eb4dc604
2 changed files with 8 additions and 2 deletions

1
debian/changelog vendored
View File

@ -51,6 +51,7 @@ linux-2.6 (2.6.26~rc8-1~experimental.1) UNRELEASED; urgency=low
* Fallback for userspace compatibility to old IEEE 1394 FireWire stack.
(closes: #475295, #478419)
* [x86]: Enable modular FB_UVESA. (closes: #473180)
* JFFS2 enable summary and compressor support. (closes: #488242)
[ Martin Michlmayr ]
* [arm/orion5x] Update the config to reflect upstream renaming this

View File

@ -1735,11 +1735,16 @@ CONFIG_JFFS2_FS=m
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
# CONFIG_JFFS2_SUMMARY is not set
CONFIG_JFFS2_SUMMARY=y
CONFIG_JFFS2_FS_XATTR=y
CONFIG_JFFS2_FS_POSIX_ACL=y
CONFIG_JFFS2_FS_SECURITY=y
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_COMPRESSION_OPTIONS=y
CONFIG_JFFS2_ZLIB=y
CONFIG_JFFS2_LZO=y
CONFIG_JFFS2_RTIME=y
# CONFIG_JFFS2_RUBIN is not set
CONFIG_JFFS2_CMODE_PRIORITY=y
CONFIG_CRAMFS=m
CONFIG_VXFS_FS=m
CONFIG_MINIX_FS=m