CONFIG_NVDIMM_SECURITY_TEST is required for nfit-security.sh and cxl-security.sh. CONGIF_STRICT_DEVMEM and CONFIG_IO_STRICT_DEVME are required for revoke_devmem.
Ref: #240 #241 Signed-off-by: Yi Zhang <[email protected]> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c7cf0d..3d125ad 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ loaded. To build and install nfit_test.ko: CONFIG_NVDIMM_DAX=y CONFIG_DEV_DAX_PMEM=m CONFIG_ENCRYPTED_KEYS=y + CONFIG_NVDIMM_SECURITY_TEST=y + CONFIG_STRICT_DEVMEM=y + CONFIG_IO_STRICT_DEVMEM=y ``` 1. Build and install the unit test enabled libnvdimm modules in the -- 2.34.3
