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.13 14 lines 254 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2 3config NVME_KEYRING 4 tristate 5 select KEYS 6 7config NVME_AUTH 8 tristate 9 select CRYPTO 10 select CRYPTO_HMAC 11 select CRYPTO_SHA256 12 select CRYPTO_SHA512 13 select CRYPTO_DH 14 select CRYPTO_DH_RFC7919_GROUPS