summaryrefslogtreecommitdiff
path: root/board/kevin
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-03-06 08:51:04 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-03-07 16:55:19 -0800
commitf238375e1a7315bc7c713bf2989d19582daa1e95 (patch)
treeaea9b11e5545f1e600b7a9deeb9b5b79e31c1733 /board/kevin
parent2b1715b212c69bd5b9f1f88d06e7a027fa226b23 (diff)
downloadchrome-ec-f238375e1a7315bc7c713bf2989d19582daa1e95.tar.gz
npcx: remove optional CONFIG_PECI since no one is using it with npcx
Some boards have forgotten to undef CONFIG_PECI but it is benign. This should be an opt-in feature instead of an opt-out feature. No one is using it, so no one will opt-in. BRANCH=none BUG=none TEST=Verified that grunt, kahlee, meowth, and zoombini are not using the PECI bus for Soc temperature via schematics (GPIO81). Other boards are a no-op. See cl:951407 for steps taken to ensure all npcx boards were accounted for. Change-Id: I6ca4b9d22b7cb23c9842729658810ebe165ff6cc Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/951408 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/kevin')
-rw-r--r--board/kevin/board.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/kevin/board.h b/board/kevin/board.h
index f479fe7efb..89b14d1914 100644
--- a/board/kevin/board.h
+++ b/board/kevin/board.h
@@ -175,7 +175,6 @@
#define NPCX_SHI_BYPASS_OVER_256B
/* Optional for testing */
-#undef CONFIG_PECI
#undef CONFIG_PSTORE
/* Reduce code size */