summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.keyboard
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-01-28 09:36:33 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-01 19:26:55 +0000
commiteedba51b085748157b3f47ce2e0a80aedfb88a5d (patch)
tree329c3302f491c81a671edf30baf8b73bfb796d9d /zephyr/Kconfig.keyboard
parent96f2585d7399cd614028bce25b5e90fee26c063c (diff)
downloadchrome-ec-eedba51b085748157b3f47ce2e0a80aedfb88a5d.tar.gz
zephyr: Add help for keyboard protocol select.
Add additional help to the keyboard protocol selection. BUG=b:167405015 BRANCH=none TEST=make buildall TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I2c01484c91a76f5e3551da1f3638ec7e5d6796e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2657404 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.keyboard')
-rw-r--r--zephyr/Kconfig.keyboard5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/Kconfig.keyboard b/zephyr/Kconfig.keyboard
index 1a8ad93075..5c4b161148 100644
--- a/zephyr/Kconfig.keyboard
+++ b/zephyr/Kconfig.keyboard
@@ -21,6 +21,11 @@ if PLATFORM_EC_KEYBOARD
choice "Protocol select"
prompt "Select the keyboard protocol to use"
+ help
+ Select the keyboard protocol used to communicate key presses to the
+ AP. PLATFORM_EC_KEYBOARD_PROTOCOL_8042 is supported by x86-compatible
+ application processors, and PLATFORM_EC_KEYBOARD_PROTOCOL_MKBP is
+ used for ARM application processors.
config PLATFORM_EC_KEYBOARD_PROTOCOL_8042
bool "i8042"