summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 9e4e1999f7..9fb9508644 100644
--- a/include/config.h
+++ b/include/config.h
@@ -551,6 +551,13 @@
*/
#undef CONFIG_FAN_RPM_CUSTOM
+/*
+ * We normally check and update the fans once per second (HOOK_SECOND). If this
+ * is #defined to a postive integer N, we will only update the fans every N
+ * seconds instead.
+ */
+#undef CONFIG_FAN_UPDATE_PERIOD
+
/*****************************************************************************/
/* Flash configuration */