From: Jussi Kivilinna Date: Tue, 13 Dec 2011 10:52:51 +0000 (+0200) Subject: crypto: lrw - remove dependency on EXPERIMENTAL X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2470a2b2c33455440d0452c8c0248d113e8502a5;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git crypto: lrw - remove dependency on EXPERIMENTAL LRW has been EXPERIMENTAL since it was introduced in 2006. I'd say by now it has seen enough testing to justify removal of EXPERIMENTAL tag. CC: Rik Snel Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index b8d1b10aedab..3cc7511c810a 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -241,8 +241,7 @@ config CRYPTO_ECB the input block by block. config CRYPTO_LRW - tristate "LRW support (EXPERIMENTAL)" - depends on EXPERIMENTAL + tristate "LRW support" select CRYPTO_BLKCIPHER select CRYPTO_MANAGER select CRYPTO_GF128MUL