Re: [PATCH] crypto: ccree: limit build to plausible archs

2018-04-24 Thread Gilad Ben-Yossef
On Tue, Apr 24, 2018 at 11:52 AM, Geert Uytterhoeven wrote: > > My underlying idea is not to cut down build time for test code (that's what > we have COMPILE_TEST for), but to enhance usability for users and distros, > who need to know if it makes sense to enable an option. OK, considering the d

Re: [PATCH] crypto: ccree: limit build to plausible archs

2018-04-24 Thread Geert Uytterhoeven
Hi Gilad, On Tue, Apr 24, 2018 at 10:31 AM, Gilad Ben-Yossef wrote: > On Mon, Apr 23, 2018 at 8:53 PM, Geert Uytterhoeven > wrote: >> On Mon, Apr 23, 2018 at 3:22 PM, Gilad Ben-Yossef >> wrote: >>> On Mon, Apr 23, 2018 at 3:13 PM, Geert Uytterhoeven >>> wrote: On Mon, Apr 23, 2018 at 1:4

Re: [PATCH] crypto: ccree: limit build to plausible archs

2018-04-24 Thread Gilad Ben-Yossef
On Mon, Apr 23, 2018 at 8:53 PM, Geert Uytterhoeven wrote: > Hi Gilad, > > On Mon, Apr 23, 2018 at 3:22 PM, Gilad Ben-Yossef wrote: >> On Mon, Apr 23, 2018 at 3:13 PM, Geert Uytterhoeven >> wrote: >>> On Mon, Apr 23, 2018 at 1:48 PM, Gilad Ben-Yossef >>> wrote: Limit option to compile ccr

Re: [PATCH] crypto: ccree: limit build to plausible archs

2018-04-23 Thread Geert Uytterhoeven
Hi Gilad, On Mon, Apr 23, 2018 at 3:22 PM, Gilad Ben-Yossef wrote: > On Mon, Apr 23, 2018 at 3:13 PM, Geert Uytterhoeven > wrote: >> On Mon, Apr 23, 2018 at 1:48 PM, Gilad Ben-Yossef >> wrote: >>> Limit option to compile ccree to plausible architectures. >> >> Thanks for your patch! >> >>> Sug

Re: [PATCH] crypto: ccree: limit build to plausible archs

2018-04-23 Thread Gilad Ben-Yossef
On Mon, Apr 23, 2018 at 3:13 PM, Geert Uytterhoeven wrote: > Hi Gilad, > > On Mon, Apr 23, 2018 at 1:48 PM, Gilad Ben-Yossef wrote: >> Limit option to compile ccree to plausible architectures. > > Thanks for your patch! > >> Suggested-by: Geert Uytterhoeven >> Signed-off-by: Gilad Ben-Yossef >>

Re: [PATCH] crypto: ccree: limit build to plausible archs

2018-04-23 Thread Geert Uytterhoeven
Hi Gilad, On Mon, Apr 23, 2018 at 1:48 PM, Gilad Ben-Yossef wrote: > Limit option to compile ccree to plausible architectures. Thanks for your patch! > Suggested-by: Geert Uytterhoeven > Signed-off-by: Gilad Ben-Yossef > --- > drivers/crypto/Kconfig | 1 + > 1 file changed, 1 insertion(+) >

[PATCH] crypto: ccree: limit build to plausible archs

2018-04-23 Thread Gilad Ben-Yossef
Limit option to compile ccree to plausible architectures. Suggested-by: Geert Uytterhoeven Signed-off-by: Gilad Ben-Yossef --- drivers/crypto/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index d1ea1a0..7302785 100644 --- a/drivers/c