hwrng: omap - Convert to devm_kzalloc()
[linux-2.6-block.git] / lib / Kconfig
index fe01d418b09ae4d13a15b59039ef27602d1ad0f3..f1ed53c3aa444f9a924c47c92d8b557c3079faa8 100644 (file)
@@ -22,6 +22,9 @@ config GENERIC_STRNCPY_FROM_USER
 config GENERIC_STRNLEN_USER
        bool
 
+config GENERIC_NET_UTILS
+       bool
+
 config GENERIC_FIND_FIRST_BIT
        bool
 
@@ -63,6 +66,8 @@ config CRC16
 
 config CRC_T10DIF
        tristate "CRC calculation for the T10 Data Integrity Field"
+       select CRYPTO
+       select CRYPTO_CRCT10DIF
        help
          This option is only needed if a module that's not in the
          kernel tree needs to calculate CRC checks for use with the
@@ -407,4 +412,6 @@ config OID_REGISTRY
 config UCS2_STRING
         tristate
 
+source "lib/fonts/Kconfig"
+
 endmenu