drivers/net: Call netif_carrier_off at the end of the probe
[cascardo/linux.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