Linux 6.7-rc7
[linux-modified.git] / arch / loongarch / crypto / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 menu "Accelerated Cryptographic Algorithms for CPU (loongarch)"
4
5 config 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
14 endmenu