Re: [PATCH] crypto: remove dependency on EXPERIMENTAL

2013-05-13 Thread Herbert Xu
On Sun, May 12, 2013 at 01:57:19PM +0200, Paul Bolle wrote: > The Kconfig symbol EXPERIMENTAL was removed in v3.9. So this dependency > makes it impossible to set CRYPTO_DEV_SAHARA. It's unlikely that this is > what is intended, so let's remove this dependency. > > Signed-off-by: Paul Bolle

Re: [PATCH] crypto: remove dependency on EXPERIMENTAL

2013-05-13 Thread Herbert Xu
On Sun, May 12, 2013 at 01:57:19PM +0200, Paul Bolle wrote: The Kconfig symbol EXPERIMENTAL was removed in v3.9. So this dependency makes it impossible to set CRYPTO_DEV_SAHARA. It's unlikely that this is what is intended, so let's remove this dependency. Signed-off-by: Paul Bolle

[PATCH] crypto: remove dependency on EXPERIMENTAL

2013-05-12 Thread Paul Bolle
The Kconfig symbol EXPERIMENTAL was removed in v3.9. So this dependency makes it impossible to set CRYPTO_DEV_SAHARA. It's unlikely that this is what is intended, so let's remove this dependency. Signed-off-by: Paul Bolle --- Tested with "make ARCH=arm menuconfig". drivers/crypto/Kconfig | 2

[PATCH] crypto: remove dependency on EXPERIMENTAL

2013-05-12 Thread Paul Bolle
The Kconfig symbol EXPERIMENTAL was removed in v3.9. So this dependency makes it impossible to set CRYPTO_DEV_SAHARA. It's unlikely that this is what is intended, so let's remove this dependency. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Tested with make ARCH=arm menuconfig.