Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.17-rc7 14 lines 340 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2 3config CRYPTO_CHACHA20_NEON 4 tristate 5 depends on KERNEL_MODE_NEON 6 default CRYPTO_LIB_CHACHA 7 select CRYPTO_LIB_CHACHA_GENERIC 8 select CRYPTO_ARCH_HAVE_LIB_CHACHA 9 10config CRYPTO_POLY1305_NEON 11 tristate 12 depends on KERNEL_MODE_NEON 13 default CRYPTO_LIB_POLY1305 14 select CRYPTO_ARCH_HAVE_LIB_POLY1305