diff options
| author | Ethan Nelson-Moore <enelsonmoore@gmail.com> | 2026-05-16 20:14:26 -0700 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2026-05-22 20:25:30 +0800 |
| commit | 42e4579846d58ec790c4cde4094a1b5f80b13703 (patch) | |
| tree | 8646665cb75677c48d1070b643e0279c00b17860 /crypto | |
| parent | 08b0f3a77561550d2358c73ceba59e1c5fa5721a (diff) | |
| download | ath-42e4579846d58ec790c4cde4094a1b5f80b13703.tar.gz | |
LoongArch: Remove unused arch/loongarch/crypto directory
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>
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 00b7ce4227ae1..40b7601f00f15 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1366,9 +1366,6 @@ endif if ARM64 source "arch/arm64/crypto/Kconfig" endif -if LOONGARCH -source "arch/loongarch/crypto/Kconfig" -endif if MIPS source "arch/mips/crypto/Kconfig" endif |
