OSDN Git Service

crypto: morus - Mark MORUS SIMD glue as x86-specific
authorOndrej Mosnacek <omosnacek@gmail.com>
Mon, 21 May 2018 19:41:51 +0000 (21:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 30 May 2018 16:13:41 +0000 (00:13 +0800)
commit2808f17319155256498badd5acd9609aaa3f13b6
treee1af01a89f2d3c4b6b64cd7d60db17e673910315
parent92a4c9fef34ce98eeb2eb1b8ae9aef5a2bd509c4
crypto: morus - Mark MORUS SIMD glue as x86-specific

Commit 56e8e57fc3a7 ("crypto: morus - Add common SIMD glue code for
MORUS") accidetally consiedered the glue code to be usable by different
architectures, but it seems to be only usable on x86.

This patch moves it under arch/x86/crypto and adds 'depends on X86' to
the Kconfig options and also removes the prompt to hide these internal
options from the user.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile
arch/x86/crypto/morus1280_glue.c [moved from crypto/morus1280_glue.c with 98% similarity]
arch/x86/crypto/morus640_glue.c [moved from crypto/morus640_glue.c with 98% similarity]
crypto/Kconfig
crypto/Makefile