From 47f85ec20ecfffdc433179acf674c7ead8f4fdcc Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Wed, 5 Apr 2023 15:12:22 +0000 Subject: keyboard_scan: drop CONFIG_KEYBOARD_LANGUAGE_ID Drop the CONFIG_KEYBOARD_LANGUAGE_ID option and code, does not seem to be used, can't find any historical reference either. BRANCH=none BUG=b:277105687, b:80168723 TEST=zmake compare-builds -a Signed-off-by: Fabio Baltieri Change-Id: If4eb37818ec4819204bcb343c37188f70457e09d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4403956 Reviewed-by: Daisuke Nojiri --- include/keyboard_config.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/keyboard_config.h') diff --git a/include/keyboard_config.h b/include/keyboard_config.h index afb69bf141..997fe88a2b 100644 --- a/include/keyboard_config.h +++ b/include/keyboard_config.h @@ -14,10 +14,6 @@ /* include the board layer keyboard header file */ #include "keyboard_customization.h" #else /* CONFIG_KEYBOARD_CUSTOMIZATION */ -#ifdef CONFIG_KEYBOARD_LANGUAGE_ID -/* Keyboard matrix support for language ID pins */ -#define KEYBOARD_IDS 2 -#endif /* Keyboard matrix is 13 (or 15 with keypad) output columns x 8 input rows */ #define KEYBOARD_COLS_WITH_KEYPAD 15 -- cgit v1.2.1