From 8b04251d50de0059e377a8e2e14360d1cf56a5e6 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Thu, 30 Mar 2017 15:59:58 +0800 Subject: poppy: Add support for CONFIG_EMULATED_SYSRQ This will eventually be used for debug mode. BRANCH=none BUG=b:35775099 TEST=sysrq available in EC console TEST=sysrq h => help message in AP console TEST=sysrq b => AP reboots Change-Id: I56b3a1f8f4b32d3ead91b83d474546356b65d221 Reviewed-on: https://chromium-review.googlesource.com/462757 Commit-Ready: Nicolas Boichat Tested-by: Nicolas Boichat Reviewed-by: Aseda Aboagye --- board/poppy/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/poppy/board.h b/board/poppy/board.h index 3649098850..a52f560c7e 100644 --- a/board/poppy/board.h +++ b/board/poppy/board.h @@ -21,6 +21,7 @@ #define CONFIG_BUTTON_RECOVERY #define CONFIG_CASE_CLOSED_DEBUG_EXTERNAL #define CONFIG_DPTF +#define CONFIG_EMULATED_SYSRQ #define CONFIG_FLASH_SIZE 0x80000 #define CONFIG_FPU #define CONFIG_I2C -- cgit v1.2.1