summaryrefslogtreecommitdiff
path: root/board/glkrvp
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/glkrvp
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/glkrvp')
-rw-r--r--board/glkrvp/board.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/glkrvp/board.h b/board/glkrvp/board.h
index 0d8eaddcce..7025e92672 100644
--- a/board/glkrvp/board.h
+++ b/board/glkrvp/board.h
@@ -125,7 +125,6 @@
/* EC exclude modules */
#undef CONFIG_ADC
-#undef CONFIG_PECI
#undef CONFIG_WATCHDOG
#ifndef __ASSEMBLER__