arm64: ensure CPU clock retrieval issues isb()
[fio.git] / options.c
index 3b83573bd87e20c42486b4c3598e888d0e83da04..5d3daedf341deaf12cdd81d3f888c8cf7351ba6d 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2140,10 +2140,15 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .help = "DAOS File System (dfs) IO engine",
                          },
 #endif
-#ifdef CONFIG_NFS
+#ifdef CONFIG_LIBNFS
                          { .ival = "nfs",
                            .help = "NFS IO engine",
                          },
+#endif
+#ifdef CONFIG_LIBXNVME
+                         { .ival = "xnvme",
+                           .help = "XNVME IO engine",
+                         },
 #endif
                },
        },