net: Fix ipv6 neighbour unregister_sysctl_table warning
[pandora-kernel.git] / lib / Kconfig
index 2b8f854..0ee67e0 100644 (file)
@@ -122,6 +122,10 @@ config DECOMPRESS_BZIP2
 config DECOMPRESS_LZMA
        tristate
 
+config DECOMPRESS_XZ
+       select XZ_DEC
+       tristate
+
 config DECOMPRESS_LZO
        select LZO_DECOMPRESS
        tristate