summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-09-06 11:47:37 -0600
committerCommit Bot <commit-bot@chromium.org>2019-09-12 05:04:16 +0000
commit8d9ddb34ed3465e5172c6d950a155c83dd6d5aa9 (patch)
treea8fa0355f396942a842000b00fcb5ed3f384a569
parenta4ce76ad78b6de9d93855f12a18bbb058f3ead85 (diff)
downloadchrome-ec-8d9ddb34ed3465e5172c6d950a155c83dd6d5aa9.tar.gz
glkrvp: enable watchdog
It really isn't valid to run an EC image for a Chromebook without watchdog support. NPCX common code use the watchdog subsystem to reset the EC, so watchdog is almost a requirement for NPCX. BRANCH=none BUG=none TEST=builds Change-Id: I79812c8243d6950b83b0151e0f89e10343e30af2 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1789921 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org>
-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 7d37645f36..072826870b 100644
--- a/board/glkrvp/board.h
+++ b/board/glkrvp/board.h
@@ -124,7 +124,6 @@
/* EC exclude modules */
#undef CONFIG_ADC
-#undef CONFIG_WATCHDOG
#ifndef __ASSEMBLER__