crypto, net: Enable CRYPTO_USER_API_HASH, CRYPTO_USER_API_SKCIPHER as modules

svn path=/dists/trunk/linux-2.6/; revision=17548
This commit is contained in:
Ben Hutchings 2011-05-31 00:28:07 +00:00
parent f877d191dd
commit 47a4ecba25
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View File

@ -55,6 +55,8 @@ linux-2.6 (3.0~rc1-1~experimental.1) UNRELEASED; urgency=low
* [x86] edac: Enable EDAC_I7300 as module
* [i386] staging, video: Enable FB_OLPC_DCON as module
* [x86] staging, drm: Enable DRM_PSB as module
* crypto, net: Enable CRYPTO_USER_API_HASH, CRYPTO_USER_API_SKCIPHER as
modules
-- Ben Hutchings <ben@decadent.org.uk> Sat, 21 May 2011 22:13:08 +0100

View File

@ -77,6 +77,8 @@ CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_ZLIB=m
CONFIG_CRYPTO_LZO=m
CONFIG_CRYPTO_ANSI_CPRNG=m
CONFIG_CRYPTO_USER_API_HASH=m
CONFIG_CRYPTO_USER_API_SKCIPHER=m
##
## file: drivers/accessibility/Kconfig