summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2019-10-31 23:10:55 +1100
committerCommit Bot <commit-bot@chromium.org>2019-11-01 06:06:17 +0000
commitf88c89736d6354dbbdd1f9d7f47d794530cc4d5f (patch)
treebbe2e5b14038e67c836973d834769feefb6d945b /include/config.h
parent40b0cd04aeb2ac5c59b295106fb5d4cd2d2397a5 (diff)
downloadchrome-ec-f88c89736d6354dbbdd1f9d7f47d794530cc4d5f.tar.gz
puff: Scrub config and generate hardware structures
Verify all CONFIG items in board/puff/board.h. Generate the necessary hardware reference structures in board.c Generate the minimum GPIO references in order to build cleanly. v2: Remove some of the fan and temp sensors config. BUG=b:143564865 TEST=Compile and link EC image. Change-Id: Ibc073718ad1c85705ab460d96202799f8c4fea06 Signed-off-by: Andrew McRae <amcrae@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1893013 Reviewed-by: Andrew McRae <amcrae@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org> Tested-by: Andrew McRae <amcrae@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 72166713d6..853f4c6f7a 100644
--- a/include/config.h
+++ b/include/config.h
@@ -732,7 +732,7 @@
* If defined, the board must define a macro DEDICATED_CHARGE_PORT indicates
* the dedicated port number.
*
- * See include/charger_manager.h for more details about dedicated port.
+ * See include/charge_manager.h for more details about dedicated port.
*/
#define CONFIG_DEDICATED_CHARGE_PORT_COUNT 0