From fd753e96c9387fe3b46a318bc9eaf3df503d0679 Mon Sep 17 00:00:00 2001 From: "amber.chen" Date: Sat, 9 Apr 2022 21:00:42 +0800 Subject: tarlo: undef configuration for clamshell device undef CONFIG_MKBP_INPUT_DEVICES configruation for clamshell device BUG=b:222125478 BRANCH=none TEST=make -j BOARD=taeko Signed-off-by: amber.chen Change-Id: I154ab19a90e0345a6b1c2682222098ea4652025c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3579964 Reviewed-by: Parth Malkan Reviewed-by: Boris Mittelberg Commit-Queue: Boris Mittelberg --- board/taeko/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/taeko/board.h b/board/taeko/board.h index 406749f8b8..77dbdbe637 100644 --- a/board/taeko/board.h +++ b/board/taeko/board.h @@ -152,6 +152,7 @@ /* System has back-lit keyboard */ #define CONFIG_PWM_KBLIGHT +#undef CONFIG_MKBP_INPUT_DEVICES /* I2C Bus Configuration */ #define I2C_PORT_SENSOR NPCX_I2C_PORT0_0 -- cgit v1.2.1