Procházet zdrojové kódy

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>
Phillip Lougher před 14 roky
rodič
revize
6197fd8678
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      fs/squashfs/Kconfig

+ 0 - 3
fs/squashfs/Kconfig

@@ -29,7 +29,6 @@ config SQUASHFS
 config SQUASHFS_XATTR
 config SQUASHFS_XATTR
 	bool "Squashfs XATTR support"
 	bool "Squashfs XATTR support"
 	depends on SQUASHFS
 	depends on SQUASHFS
-	default n
 	help
 	help
 	  Saying Y here includes support for extended attributes (xattrs).
 	  Saying Y here includes support for extended attributes (xattrs).
 	  Xattrs are name:value pairs associated with inodes by
 	  Xattrs are name:value pairs associated with inodes by
@@ -40,7 +39,6 @@ config SQUASHFS_XATTR
 config SQUASHFS_LZO
 config SQUASHFS_LZO
 	bool "Include support for LZO compressed file systems"
 	bool "Include support for LZO compressed file systems"
 	depends on SQUASHFS
 	depends on SQUASHFS
-	default n
 	select LZO_DECOMPRESS
 	select LZO_DECOMPRESS
 	help
 	help
 	  Saying Y here includes support for reading Squashfs file systems
 	  Saying Y here includes support for reading Squashfs file systems
@@ -71,7 +69,6 @@ config SQUASHFS_XZ
 config SQUASHFS_EMBEDDED
 config SQUASHFS_EMBEDDED
 	bool "Additional option for memory-constrained systems"
 	bool "Additional option for memory-constrained systems"
 	depends on SQUASHFS
 	depends on SQUASHFS
-	default n
 	help
 	help
 	  Saying Y here allows you to specify cache size.
 	  Saying Y here allows you to specify cache size.