Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Conflicts: arch/parisc/kernel/irq.c arch/x86/include/asm/fixmap_64.h arch/x86/include/asm/setup.h kernel/irq/handle.c Semantic merge: arch/x86/include/asm/fixmap.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
14
lib/Kconfig
14
lib/Kconfig
@ -97,6 +97,20 @@ config LZO_COMPRESS
|
||||
config LZO_DECOMPRESS
|
||||
tristate
|
||||
|
||||
#
|
||||
# These all provide a common interface (hence the apparent duplication with
|
||||
# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
|
||||
#
|
||||
config DECOMPRESS_GZIP
|
||||
select ZLIB_INFLATE
|
||||
tristate
|
||||
|
||||
config DECOMPRESS_BZIP2
|
||||
tristate
|
||||
|
||||
config DECOMPRESS_LZMA
|
||||
tristate
|
||||
|
||||
#
|
||||
# Generic allocator support is selected if needed
|
||||
#
|
||||
|
Reference in New Issue
Block a user