Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs
[pandora-kernel.git] / lib / Kconfig
index 277fbfb..496d16e 100644 (file)
@@ -117,6 +117,10 @@ config DECOMPRESS_BZIP2
 config DECOMPRESS_LZMA
        tristate
 
 config DECOMPRESS_LZMA
        tristate
 
+config DECOMPRESS_LZO
+       select LZO_DECOMPRESS
+       tristate
+
 #
 # Generic allocator support is selected if needed
 #
 #
 # Generic allocator support is selected if needed
 #
@@ -156,6 +160,9 @@ config TEXTSEARCH_BM
 config TEXTSEARCH_FSM
        tristate
 
 config TEXTSEARCH_FSM
        tristate
 
+config LIST_SORT
+       boolean
+
 config BTREE
        boolean
 
 config BTREE
        boolean
 
@@ -203,4 +210,7 @@ config NLATTR
 config GENERIC_ATOMIC64
        bool
 
 config GENERIC_ATOMIC64
        bool
 
+config LRU_CACHE
+       tristate
+
 endmenu
 endmenu