summaryrefslogtreecommitdiff
path: root/board/gaelin/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/gaelin/board.h')
-rw-r--r--board/gaelin/board.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/board/gaelin/board.h b/board/gaelin/board.h
index f113c6cffd..8323c99599 100644
--- a/board/gaelin/board.h
+++ b/board/gaelin/board.h
@@ -136,11 +136,10 @@
/* ADC */
#define CONFIG_ADC
-/*
- * TODO(b/197478860): Enable the fan control. We need
- * to check the sensor value and adjust the fan speed.
- */
+/* Fan */
#define CONFIG_FANS FAN_CH_COUNT
+#define RPM_DEVIATION 1
+#define CONFIG_CUSTOM_FAN_CONTROL
/* Include math_util for bitmask_uint64 used in pd_timers */
#define CONFIG_MATH_UTIL