Merge tag 'hwmon-for-v6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / arch / loongarch / crypto / Kconfig
blob200a6e8b43b1eabf58f17e7af6a6b535e1ea6c1f
1 # SPDX-License-Identifier: GPL-2.0
3 menu "Accelerated Cryptographic Algorithms for CPU (loongarch)"
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
12           Architecture: LoongArch with CRC32 instructions
14 endmenu