From 1d22c1c5ecd6050f3747ea59464331f6d78ae832 Mon Sep 17 00:00:00 2001 From: Abe Levkoy Date: Tue, 5 May 2020 13:08:57 -0600 Subject: strago: Disable Vivaldi keyboard BUG=none TEST=make buildall BRANCH=none Strago predates Vivaldi and does not need custom top-row keys. This is just keep strago building at ToT; do not pick this onto a release branch. Change-Id: Ic1b769cee89150c5f13049c995754cc77f7e7651 Signed-off-by: Abe Levkoy Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2189961 --- board/strago/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/strago/board.h b/board/strago/board.h index 2f0ca54814..9b688d649d 100644 --- a/board/strago/board.h +++ b/board/strago/board.h @@ -17,6 +17,7 @@ #define CONFIG_BOARD_VERSION_GPIO +#undef CONFIG_KEYBOARD_VIVALDI #define CONFIG_KEYBOARD_COL2_INVERTED #define CONFIG_KEYBOARD_IRQ_GPIO GPIO_KBD_IRQ_L #undef CONFIG_KEYBOARD_KSO_BASE -- cgit v1.2.1