aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@lougher.demon.co.uk>2011-01-05 13:15:58 -0500
committerPhillip Lougher <phillip@lougher.demon.co.uk>2011-01-13 16:21:52 -0500
commit6197fd86789a28760f8375b5ae8885cd7258042f (patch)
tree67d4f46dfb5cfc90037c1400d0d290d892fdddc6 /fs/squashfs
parente7ee11f0ecd587caed0063c5f68ca20fef699f32 (diff)
Squashfs: get rid of default n in Kconfig
As pointed out by Geert Uytterhoeven, "default n" is the default, no reason to specify it. Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs')
-rw-r--r--fs/squashfs/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
index 50cc4edbca06..aa68a8a31518 100644
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
@@ -29,7 +29,6 @@ config SQUASHFS
29config SQUASHFS_XATTR 29config SQUASHFS_XATTR
30 bool "Squashfs XATTR support" 30 bool "Squashfs XATTR support"
31 depends on SQUASHFS 31 depends on SQUASHFS
32 default n
33 help 32 help
34 Saying Y here includes support for extended attributes (xattrs). 33 Saying Y here includes support for extended attributes (xattrs).
35 Xattrs are name:value pairs associated with inodes by 34 Xattrs are name:value pairs associated with inodes by
@@ -40,7 +39,6 @@ config SQUASHFS_XATTR
40config SQUASHFS_LZO 39config SQUASHFS_LZO
41 bool "Include support for LZO compressed file systems" 40 bool "Include support for LZO compressed file systems"
42 depends on SQUASHFS 41 depends on SQUASHFS
43 default n
44 select LZO_DECOMPRESS 42 select LZO_DECOMPRESS
45 help 43 help
46 Saying Y here includes support for reading Squashfs file systems 44 Saying Y here includes support for reading Squashfs file systems
@@ -71,7 +69,6 @@ config SQUASHFS_XZ
71config SQUASHFS_EMBEDDED 69config SQUASHFS_EMBEDDED
72 bool "Additional option for memory-constrained systems" 70 bool "Additional option for memory-constrained systems"
73 depends on SQUASHFS 71 depends on SQUASHFS
74 default n
75 help 72 help
76 Saying Y here allows you to specify cache size. 73 Saying Y here allows you to specify cache size.
77 74