From 8d9ddb34ed3465e5172c6d950a155c83dd6d5aa9 Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Fri, 6 Sep 2019 11:47:37 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1789921 Reviewed-by: Daisuke Nojiri Reviewed-by: Furquan Shaikh Tested-by: Furquan Shaikh Commit-Queue: Furquan Shaikh --- board/glkrvp/board.h | 1 - 1 file changed, 1 deletion(-) 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__ -- cgit v1.2.1