All LoongArch crypto code was moved to arch/loongarch/lib in
commit
72f51a4f4b07 ("loongarch/crc32: expose CRC32 functions through
lib"). However, arch/loongarch/crypto still contains stub Kconfig and
Makefile files. Remove these unnecessary files.
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
libs-y += arch/loongarch/lib/
libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
-drivers-y += arch/loongarch/crypto/
-
# suspend and hibernation support
drivers-$(CONFIG_PM) += arch/loongarch/power/
+++ /dev/null
-# SPDX-License-Identifier: GPL-2.0
-
-menu "Accelerated Cryptographic Algorithms for CPU (loongarch)"
-
-endmenu
+++ /dev/null
-# SPDX-License-Identifier: GPL-2.0
-#
-# Makefile for LoongArch crypto files..
-#
if ARM64
source "arch/arm64/crypto/Kconfig"
endif
-if LOONGARCH
-source "arch/loongarch/crypto/Kconfig"
-endif
if MIPS
source "arch/mips/crypto/Kconfig"
endif