mtd/fs Kconfig,1.18,1.19
gleixner at infradead.org
gleixner at infradead.org
Sun Nov 6 17:52:48 EST 2005
Update of /home/cvs/mtd/fs
In directory phoenix.infradead.org:/tmp/cvs-serv27218/fs
Modified Files:
Kconfig
Log Message:
Mainline sync. White space and spelling fixes
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/fs/Kconfig,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Kconfig 7 Sep 2005 08:34:52 -0000 1.18
+++ Kconfig 6 Nov 2005 22:52:45 -0000 1.19
@@ -23,7 +23,7 @@
config JFFS2_FS
tristate "Journalling Flash File System v2 (JFFS2) support"
- select CRC32
+ select CRC32
depends on MTD
help
JFFS2 is the second generation of the Journalling Flash File System
@@ -79,6 +79,7 @@
config JFFS2_COMPRESSION_OPTIONS
bool "Advanced compression options for JFFS2"
+ depends on JFFS2_FS
default n
help
Enabling this option allows you to explicitly choose which
@@ -98,7 +99,7 @@
help
Zlib is designed to be a free, general-purpose, legally unencumbered,
lossless data-compression library for use on virtually any computer
- hardware and operating system. See http://www.gzip.org/zlib/ for
+ hardware and operating system. See <http://www.gzip.org/zlib/> for
further information.
Say 'Y' if unsure.
@@ -123,7 +124,7 @@
depends on JFFS2_FS
help
You can set here the default compression mode of JFFS2 from
- the avaiable compression modes. Don't touch if unsure.
+ the available compression modes. Don't touch if unsure.
config JFFS2_CMODE_NONE
bool "no compression"
More information about the linux-mtd-cvs
mailing list