]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/Kconfig
Driver core: add missing kset uevent
[linux-2.6-omap-h63xx.git] / lib / Kconfig
index 96d6e8ca8b70c4c90ea4a96f182dd1af16a72043..3eb29d5dc4f56d3ba66553a8cd053185610b2c0d 100644 (file)
@@ -23,6 +23,14 @@ config CRC16
          the kernel tree does. Such modules that use library CRC16
          functions require M here.
 
+config CRC_ITU_T
+       tristate "CRC ITU-T V.41 functions"
+       help
+         This option is provided for the case where no in-kernel-tree
+         modules require CRC ITU-T V.41 functions, but a module built outside
+         the kernel tree does. Such modules that use library CRC ITU-T V.41
+         functions require M here.
+
 config CRC32
        tristate "CRC32 functions"
        default y
@@ -56,6 +64,12 @@ config ZLIB_INFLATE
 config ZLIB_DEFLATE
        tristate
 
+config LZO_COMPRESS
+       tristate
+
+config LZO_DECOMPRESS
+       tristate
+
 #
 # Generic allocator support is selected if needed
 #