summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 701536a864..2db396f0a2 100644
--- a/include/config.h
+++ b/include/config.h
@@ -550,6 +550,7 @@
#undef CONFIG_CMD_ILIM
#define CONFIG_CMD_INA
#define CONFIG_CMD_REGULATOR
+#undef CONFIG_CMD_RTC
#undef CONFIG_CMD_JUMPTAGS
#undef CONFIG_CMD_LID_ANGLE
#undef CONFIG_CMD_MCDP
@@ -1093,6 +1094,9 @@
/* Panic when status of PD MCU reflects that it has crashed */
#undef CONFIG_HOSTCMD_PD_PANIC
+/* Board supports RTC host commands*/
+#undef CONFIG_HOSTCMD_RTC
+
/*****************************************************************************/
/* Enable debugging and profiling statistics for hook functions */