Message ID | 20230516121730.2561605-1-yi.zhang@redhat.com |
---|---|
State | Accepted |
Commit | b22d5b38af41ea97e1e4b8f175c154034f41a5c0 |
Headers | show |
Series | README.md: add three additional config to config item list | expand |
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
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 <yi.zhang@redhat.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+)