summaryrefslogtreecommitdiff
path: root/board/fizz/board.h
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2019-11-01 15:35:35 +1100
committerCommit Bot <commit-bot@chromium.org>2019-11-02 08:20:02 +0000
commit511a810662b1133860737381103810b33cc96592 (patch)
treea5d641afd5876e7ae5cf256eea6af922789877ae /board/fizz/board.h
parent9146a5e4a9eb1e1402ef61b23795b4ead4f17510 (diff)
downloadchrome-ec-511a810662b1133860737381103810b33cc96592.tar.gz
ec-fans: Make fans configuration const by default.
It was pointed out to me that the fans config list was non-const, but there is only 2 boards that require non-const configuration, so by default make it const, but allow an override. BRANCH=none BUG=None TEST=EC compiles, make tests, buildall Change-Id: I3ef8c72f6774e1a76584c47d89287f446199e0f2 Signed-off-by: Andrew McRae <amcrae@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1893025 Reviewed-by: Andrew McRae <amcrae@chromium.org> Tested-by: Andrew McRae <amcrae@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org>
Diffstat (limited to 'board/fizz/board.h')
-rw-r--r--board/fizz/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/fizz/board.h b/board/fizz/board.h
index 5471e77f1d..d375ea5d6a 100644
--- a/board/fizz/board.h
+++ b/board/fizz/board.h
@@ -52,6 +52,7 @@
#define CONFIG_FANS 1
#undef CONFIG_FAN_INIT_SPEED
#define CONFIG_FAN_INIT_SPEED 50
+#define CONFIG_FAN_DYNAMIC
#define CONFIG_FAN_RPM_CUSTOM
#define CONFIG_THROTTLE_AP
#define CONFIG_CHIPSET_CAN_THROTTLE