From 330293d53543cd9af5fbf85fb031f83a940b6d59 Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Wed, 21 Jul 2021 10:05:07 -0700 Subject: keyboard: Use __override for keyboard_scan_config Currently keyboard_scan_config is defined by each board using CONFIG_KEYBOARD_BOARD_CONFIG. This patch makes it defined as __override hence removes CONFIG_KEYBOARD_BOARD_CONFIG. BUG=None BRANCH=None TEST=buildall Change-Id: I53a356741ba4d00e829ca59b74ee6dc704188728 Signed-off-by: Daisuke Nojiri Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3044403 Tested-by: Gwendal Grignou Commit-Queue: Gwendal Grignou Reviewed-by: Gwendal Grignou --- include/config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 3136dd18fe..d16a4a0388 100644 --- a/include/config.h +++ b/include/config.h @@ -2717,12 +2717,6 @@ /* Support keyboard factory test scanning */ #undef CONFIG_KEYBOARD_FACTORY_TEST -/* - * Keyboard config (struct keyboard_scan_config) is in board.c. If this is - * not defined, default values from common/keyboard_scan.c will be used. - */ -#undef CONFIG_KEYBOARD_BOARD_CONFIG - /* * Support for boot key combinations (e.g. refresh key being held on boot to * trigger recovery). -- cgit v1.2.1