xref: /linux/arch/loongarch/crypto/Kconfig (revision 490cc3c5e724502667a104a4e818dc071faf5e77)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "Accelerated Cryptographic Algorithms for CPU (loongarch)"
4
5config CRYPTO_CRC32_LOONGARCH
6	tristate "CRC32c and CRC32"
7	select CRC32
8	select CRYPTO_HASH
9	help
10	  CRC32c and CRC32 CRC algorithms
11
12	  Architecture: LoongArch with CRC32 instructions
13
14endmenu
15