summaryrefslogtreecommitdiff
path: root/board/npcx7_evb
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/npcx7_evb
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/npcx7_evb')
-rw-r--r--board/npcx7_evb/board.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/npcx7_evb/board.h b/board/npcx7_evb/board.h
index 4f9c5ecf61..4370cf5fbb 100644
--- a/board/npcx7_evb/board.h
+++ b/board/npcx7_evb/board.h
@@ -21,7 +21,6 @@
#define CONFIG_SPI
#define CONFIG_LPC
#define CONFIG_I2C
-#undef CONFIG_PECI
/* Features of eSPI */
#define CONFIG_ESPI /* Use eSPI protocol for host interface of x86 CPU */
#define CONFIG_ESPI_VW_SIGNALS /* Use VW signals instead of GPIOs */