200a6e8b43b1eabf58f17e7af6a6b535e1ea6c1f
[linux-modified.git] / 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