CONFIG_ENCRYPTED_KEYS is required for test/security.sh (and generally for security operations). It defaults to 'N', so call it out in the list of config items for nfit_test.
Signed-off-by: Vishal Verma <[email protected]> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d296c6b..89dfc87 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ loaded. To build and install nfit_test.ko: CONFIG_NVDIMM_PFN=y CONFIG_NVDIMM_DAX=y CONFIG_DEV_DAX_PMEM=m + CONFIG_ENCRYPTED_KEYS=y ``` 1. Build and install the unit test enabled libnvdimm modules in the -- 2.26.2 _______________________________________________ Linux-nvdimm mailing list -- [email protected] To unsubscribe send an email to [email protected]
