summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 4522e69b5e..59256c816a 100644
--- a/include/config.h
+++ b/include/config.h
@@ -612,6 +612,16 @@
#undef CONFIG_I2C_SCL_GATE_GPIO
/*****************************************************************************/
+/* Current/Power monitor */
+
+/*
+ * Compile driver for INA219 or INA231. These two flags may not be both
+ * defined.
+ */
+#undef CONFIG_INA219
+#undef CONFIG_INA231
+
+/*****************************************************************************/
/* Inductive charging */
/* Enable inductive charging support */