summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index a6f4af7630..3a2c197a89 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1629,6 +1629,11 @@
#undef CONFIG_FAN_DSLEEP
/*
+ * Fans have non-const configuration.
+ */
+#undef CONFIG_FAN_DYNAMIC
+
+/*
* Replace the default fan_percent_to_rpm() function with a board-specific
* implementation in board.c
*/