summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/common/Kconfig
blob: f1639db65fd38abde01832a7404cbc48cf49a93e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: GPL-2.0-only

config NVME_KEYRING
       tristate
       select KEYS

config NVME_AUTH
	tristate
	select CRYPTO
	select CRYPTO_DH
	select CRYPTO_DH_RFC7919_GROUPS
	select CRYPTO_LIB_SHA256
	select CRYPTO_LIB_SHA512

config NVME_AUTH_KUNIT_TEST
	tristate "KUnit tests for NVMe authentication" if !KUNIT_ALL_TESTS
	depends on KUNIT && NVME_AUTH
	default KUNIT_ALL_TESTS
	help
	  Enable KUnit tests for some of the common code for NVMe over Fabrics
	  In-Band Authentication.