--- zzzz-none-000/linux-2.6.32.61/lib/Kconfig 2013-06-10 09:43:48.000000000 +0000 +++ virian-300e-630/linux-2.6.32.61/lib/Kconfig 2011-07-20 07:23:51.000000000 +0000 @@ -103,6 +103,12 @@ config LZO_DECOMPRESS tristate +config LZMA_COMPRESS + tristate + +config LZMA_DECOMPRESS + tristate + # # These all provide a common interface (hence the apparent duplication with # ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.) @@ -117,6 +123,13 @@ config DECOMPRESS_LZMA tristate +config DECOMPRESS_LZMA_NEEDED + boolean + +config DECOMPRESS_LZO + select LZO_DECOMPRESS + tristate + # # Generic allocator support is selected if needed # @@ -145,16 +158,16 @@ # Textsearch support is select'ed if needed # config TEXTSEARCH - boolean + boolean "Textsearch support" config TEXTSEARCH_KMP - tristate + tristate "Textsearch KMP" config TEXTSEARCH_BM - tristate + tristate "Textsearch BM" config TEXTSEARCH_FSM - tristate + tristate "Textsearch FSM" config HAS_IOMEM boolean