summaryrefslogtreecommitdiff
path: root/board/meep/board.h
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2018-10-31 18:09:24 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-10-31 21:59:30 -0700
commit58b9437d7e0e7a7b8941289cf1abdf20c735a24e (patch)
tree2b3810eb34272d7d4c0fff55150ccd5781d23b4f /board/meep/board.h
parentaefbc98e7e117864012170703e96972366603166 (diff)
downloadchrome-ec-58b9437d7e0e7a7b8941289cf1abdf20c735a24e.tar.gz
meep: enable keyboard factory scanning
This patch add for factory keyboard connector test. BUG=none BRANCH=none TEST=Short keyboard pins and make sure "ectool kbfactorytest" works. Change-Id: Ic343b99343f5f6d7a8967bf1c4bec642638d8568 Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/1309572 Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'board/meep/board.h')
-rw-r--r--board/meep/board.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/meep/board.h b/board/meep/board.h
index 7949fe4518..d40abe4146 100644
--- a/board/meep/board.h
+++ b/board/meep/board.h
@@ -58,6 +58,8 @@
#define CONFIG_MKBP_EVENT
#define CONFIG_MKBP_USE_HOST_EVENT
+#define CONFIG_KEYBOARD_FACTORY_TEST
+
#define OCTOPUS_BATT_FUEL_LOW_LED 10
#define CONFIG_ACCEL_LSM6DSM_INT_EVENT TASK_EVENT_CUSTOM(4)
@@ -105,6 +107,11 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
+#ifdef CONFIG_KEYBOARD_FACTORY_TEST
+extern const int keyboard_factory_scan_pins[][2];
+extern const int keyboard_factory_scan_pins_used;
+#endif
+
int board_is_convertible(void);
#endif /* !__ASSEMBLER__ */