Skip to content

Commit

Permalink
decompressors: drop dependency on CONFIG_EXPERT
Browse files Browse the repository at this point in the history
Remove the XZ_DEC_* depedencey on CONFIG_EXPERT as recommended by Lasse
Colin.

Signed-off-by: Florian Fainelli <[email protected]>
Acked-by: Lasse Collin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
ffainelli authored and torvalds committed Feb 22, 2013
1 parent 9d74962 commit 64dbfb4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/xz/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ config XZ_DEC
if XZ_DEC

config XZ_DEC_X86
bool "x86 BCJ filter decoder" if EXPERT
bool "x86 BCJ filter decoder"
default y
select XZ_DEC_BCJ

config XZ_DEC_POWERPC
bool "PowerPC BCJ filter decoder" if EXPERT
bool "PowerPC BCJ filter decoder"
default y
select XZ_DEC_BCJ

config XZ_DEC_IA64
bool "IA-64 BCJ filter decoder" if EXPERT
bool "IA-64 BCJ filter decoder"
default y
select XZ_DEC_BCJ

config XZ_DEC_ARM
bool "ARM BCJ filter decoder" if EXPERT
bool "ARM BCJ filter decoder"
default y
select XZ_DEC_BCJ

config XZ_DEC_ARMTHUMB
bool "ARM-Thumb BCJ filter decoder" if EXPERT
bool "ARM-Thumb BCJ filter decoder"
default y
select XZ_DEC_BCJ

config XZ_DEC_SPARC
bool "SPARC BCJ filter decoder" if EXPERT
bool "SPARC BCJ filter decoder"
default y
select XZ_DEC_BCJ

Expand Down

0 comments on commit 64dbfb4

Please sign in to comment.