Re: Build regressions/improvements in v3.10-rc1 (crypto/parisc)

2013-05-12 Thread Geert Uytterhoeven
On Sun, 12 May 2013, Geert Uytterhoeven wrote: > However, the full list of errors isn't that unmanageable, so I'm following > up with a digested list... lib/mpi/generic_mpih-mul1.c:50:3: error: inconsistent operand constraints in an 'asm': 1 errors in 1 logs lib/mpi/generic_mpih-mul2.c:49:3: erro

[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 +-