aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-07-10 05:01:22 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2007-07-10 05:01:22 -0400
commitef53cb02ffee8ceb44ea75f778f77eace6b9c89a (patch)
tree3e41f74e33ca8b995f5aeb914074ac980b10e56a /fs/Kconfig
parent16adce7b6f4dab015d0b93274b41f8aae6fe07a5 (diff)
[JFFS2] Whitespace cleanups.
Convert many spaces to tabs; one or two other minor cosmetic fixes. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig54
1 files changed, 27 insertions, 27 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 0fa0c1193e81..e9c5b81dd665 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1298,52 +1298,52 @@ config JFFS2_ZLIB
1298 select ZLIB_DEFLATE 1298 select ZLIB_DEFLATE
1299 depends on JFFS2_FS 1299 depends on JFFS2_FS
1300 default y 1300 default y
1301 help 1301 help
1302 Zlib is designed to be a free, general-purpose, legally unencumbered, 1302 Zlib is designed to be a free, general-purpose, legally unencumbered,
1303 lossless data-compression library for use on virtually any computer 1303 lossless data-compression library for use on virtually any computer
1304 hardware and operating system. See <http://www.gzip.org/zlib/> for 1304 hardware and operating system. See <http://www.gzip.org/zlib/> for
1305 further information. 1305 further information.
1306 1306
1307 Say 'Y' if unsure. 1307 Say 'Y' if unsure.
1308 1308
1309config JFFS2_RTIME 1309config JFFS2_RTIME
1310 bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS 1310 bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS
1311 depends on JFFS2_FS 1311 depends on JFFS2_FS
1312 default y 1312 default y
1313 help 1313 help
1314 Rtime does manage to recompress already-compressed data. Say 'Y' if unsure. 1314 Rtime does manage to recompress already-compressed data. Say 'Y' if unsure.
1315 1315
1316config JFFS2_RUBIN 1316config JFFS2_RUBIN
1317 bool "JFFS2 RUBIN compression support" if JFFS2_COMPRESSION_OPTIONS 1317 bool "JFFS2 RUBIN compression support" if JFFS2_COMPRESSION_OPTIONS
1318 depends on JFFS2_FS 1318 depends on JFFS2_FS
1319 default n 1319 default n
1320 help 1320 help
1321 RUBINMIPS and DYNRUBIN compressors. Say 'N' if unsure. 1321 RUBINMIPS and DYNRUBIN compressors. Say 'N' if unsure.
1322 1322
1323choice 1323choice
1324 prompt "JFFS2 default compression mode" if JFFS2_COMPRESSION_OPTIONS 1324 prompt "JFFS2 default compression mode" if JFFS2_COMPRESSION_OPTIONS
1325 default JFFS2_CMODE_PRIORITY 1325 default JFFS2_CMODE_PRIORITY
1326 depends on JFFS2_FS 1326 depends on JFFS2_FS
1327 help 1327 help
1328 You can set here the default compression mode of JFFS2 from 1328 You can set here the default compression mode of JFFS2 from
1329 the available compression modes. Don't touch if unsure. 1329 the available compression modes. Don't touch if unsure.
1330 1330
1331config JFFS2_CMODE_NONE 1331config JFFS2_CMODE_NONE
1332 bool "no compression" 1332 bool "no compression"
1333 help 1333 help
1334 Uses no compression. 1334 Uses no compression.
1335 1335
1336config JFFS2_CMODE_PRIORITY 1336config JFFS2_CMODE_PRIORITY
1337 bool "priority" 1337 bool "priority"
1338 help 1338 help
1339 Tries the compressors in a predefined order and chooses the first 1339 Tries the compressors in a predefined order and chooses the first
1340 successful one. 1340 successful one.
1341 1341
1342config JFFS2_CMODE_SIZE 1342config JFFS2_CMODE_SIZE
1343 bool "size (EXPERIMENTAL)" 1343 bool "size (EXPERIMENTAL)"
1344 help 1344 help
1345 Tries all compressors and chooses the one which has the smallest 1345 Tries all compressors and chooses the one which has the smallest
1346 result. 1346 result.
1347 1347
1348endchoice 1348endchoice
1349 1349