[openthread] Enable link metrics manager

Bug: b/333602473
Change-Id: I2816790fb472967edefea9dc5543bda8d87659e4
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/openthread/+/1044098
Reviewed-by: Sundarajan Srinivasan <sundarsrini@google.com>
diff --git a/include/openthread-config-fuchsia.h b/include/openthread-config-fuchsia.h
index e71750d..df92efb 100644
--- a/include/openthread-config-fuchsia.h
+++ b/include/openthread-config-fuchsia.h
@@ -260,4 +260,20 @@
  *
  */
 #define OPENTHREAD_CONFIG_HEAP_EXTERNAL_ENABLE 1
+
+/**
+ * @def OPENTHREAD_CONFIG_MLE_LINK_METRICS_INITIATOR_ENABLE
+ *
+ * Define to 1 to enable link metrics initiator
+ *
+ */
+#define OPENTHREAD_CONFIG_MLE_LINK_METRICS_INITIATOR_ENABLE 1
+
+/**
+ * @def OPENTHREAD_CONFIG_LINK_METRICS_MANAGER_ENABLE
+ *
+ * Define to 1 to enable link metrics manager
+ *
+ */
+#define OPENTHREAD_CONFIG_LINK_METRICS_MANAGER_ENABLE 1
 #endif // THIRD_PARTY_OPENTHREAD_INCLUDE_OPENTHREAD_CONFIG_FUCHSIA_H_