]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/Kconfig
RxRPC: Fix a regression in the RXKAD security module
[linux-2.6-omap-h63xx.git] / lib / Kconfig
index 3eb29d5dc4f56d3ba66553a8cd053185610b2c0d..2d53dc092e8b1670bd26e6e3c6210f01caa54a29 100644 (file)
@@ -41,6 +41,14 @@ config CRC32
          kernel tree does. Such modules that use library CRC32 functions
          require M here.
 
+config CRC7
+       tristate "CRC7 functions"
+       help
+         This option is provided for the case where no in-kernel-tree
+         modules require CRC7 functions, but a module built outside
+         the kernel tree does. Such modules that use library CRC7
+         functions require M here.
+
 config LIBCRC32C
        tristate "CRC32c (Castagnoli, et al) Cyclic Redundancy-Check"
        help
@@ -130,4 +138,10 @@ config HAS_DMA
        depends on !NO_DMA
        default y
 
+config CHECK_SIGNATURE
+       bool
+
+config HAVE_LMB
+       boolean
+
 endmenu