mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] xz: Enable all filters by default in Kconfig
@ 2014-03-05 17:30 Lasse Collin
  2014-03-06 22:06 ` Kyle McMartin
  0 siblings, 1 reply; 2+ messages in thread
From: Lasse Collin @ 2014-03-05 17:30 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Kyle McMartin, Florian Fainelli, Phillip Lougher, Andrew Morton,
	linux-kernel

From: Lasse Collin <lasse.collin@tukaani.org>

This restores the old behavior that existed before 2013-02-22.
Disabling the filters only makes sense on embedded systems.

Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
---

 lib/xz/Kconfig |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff -Nru linux-3.14-rc5.orig/lib/xz/Kconfig linux-3.14-rc5/lib/xz/Kconfig
--- linux-3.14-rc5.orig/lib/xz/Kconfig	2014-03-03 04:56:16.000000000 +0200
+++ linux-3.14-rc5/lib/xz/Kconfig	2014-03-03 13:26:58.402872951 +0200
@@ -9,33 +9,33 @@
 if XZ_DEC
 
 config XZ_DEC_X86
-	bool "x86 BCJ filter decoder"
-	default y if X86
+	bool "x86 BCJ filter decoder" if EXPERT
+	default y
 	select XZ_DEC_BCJ
 
 config XZ_DEC_POWERPC
-	bool "PowerPC BCJ filter decoder"
-	default y if PPC
+	bool "PowerPC BCJ filter decoder" if EXPERT
+	default y
 	select XZ_DEC_BCJ
 
 config XZ_DEC_IA64
-	bool "IA-64 BCJ filter decoder"
-	default y if IA64
+	bool "IA-64 BCJ filter decoder" if EXPERT
+	default y
 	select XZ_DEC_BCJ
 
 config XZ_DEC_ARM
-	bool "ARM BCJ filter decoder"
-	default y if ARM
+	bool "ARM BCJ filter decoder" if EXPERT
+	default y
 	select XZ_DEC_BCJ
 
 config XZ_DEC_ARMTHUMB
-	bool "ARM-Thumb BCJ filter decoder"
-	default y if (ARM && ARM_THUMB)
+	bool "ARM-Thumb BCJ filter decoder" if EXPERT
+	default y
 	select XZ_DEC_BCJ
 
 config XZ_DEC_SPARC
-	bool "SPARC BCJ filter decoder"
-	default y if SPARC
+	bool "SPARC BCJ filter decoder" if EXPERT
+	default y
 	select XZ_DEC_BCJ
 
 endif

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] xz: Enable all filters by default in Kconfig
  2014-03-05 17:30 [PATCH] xz: Enable all filters by default in Kconfig Lasse Collin
@ 2014-03-06 22:06 ` Kyle McMartin
  0 siblings, 0 replies; 2+ messages in thread
From: Kyle McMartin @ 2014-03-06 22:06 UTC (permalink / raw)
  To: Lasse Collin
  Cc: Linus Torvalds, Kyle McMartin, Florian Fainelli, Phillip Lougher,
	Andrew Morton, linux-kernel

On Wed, Mar 05, 2014 at 07:30:57PM +0200, Lasse Collin wrote:
> From: Lasse Collin <lasse.collin@tukaani.org>
> 
> This restores the old behavior that existed before 2013-02-22.
> Disabling the filters only makes sense on embedded systems.
> 
> Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>

I'm happy with that compromise.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-06 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-05 17:30 [PATCH] xz: Enable all filters by default in Kconfig Lasse Collin
2014-03-06 22:06 ` Kyle McMartin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®