summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 200dce82de..ff63e58213 100644
--- a/include/config.h
+++ b/include/config.h
@@ -617,6 +617,14 @@
#undef CONFIG_TRICKLE_CHARGING
/*****************************************************************************/
+
+/*
+ * Chip needs to do pre-init very early in main(), and provides chip_pre_init()
+ * to do so.
+ */
+#undef CONFIG_CHIP_PRE_INIT
+
+/*****************************************************************************/
/* Chipset config */
/* AP chipset support; pick at most one */