summaryrefslogtreecommitdiff
path: root/board/gaelin/board.h
diff options
context:
space:
mode:
authorRaymond Chung <raymondchung@ami.corp-partner.google.com>2022-11-01 14:45:42 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-10 09:28:51 +0000
commita7ac3c24ef9ea655be4f8fb1a59bcd9b2c460f29 (patch)
tree43b9068763950b5e8d02919644982a7cf7d5d2a3 /board/gaelin/board.h
parent871f6b34054a07cd68c7cfec459db272d000b434 (diff)
downloadchrome-ec-a7ac3c24ef9ea655be4f8fb1a59bcd9b2c460f29.tar.gz
gaelin: Enable the fan controlrelease-R109-15237.B-main
Fan control with custom fan table. BUG=b:249000573 BRANCH=None TEST=Thermal team verified thermal policy is expected. Change-Id: Ifbd3d8ffbc8035e5b3075bf840beccd158e28e18 Signed-off-by: Raymond Chung <raymondchung@ami.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3995727 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Derek Huang <derekhuang@google.com>
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