summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.keyboard
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.keyboard')
-rw-r--r--zephyr/Kconfig.keyboard8
1 files changed, 8 insertions, 0 deletions
diff --git a/zephyr/Kconfig.keyboard b/zephyr/Kconfig.keyboard
index bacc43f4dc..e2360e262f 100644
--- a/zephyr/Kconfig.keyboard
+++ b/zephyr/Kconfig.keyboard
@@ -38,6 +38,14 @@ config PLATFORM_EC_KEYBOARD_PROTOCOL_8042
See here for docs: https://wiki.osdev.org/%228042%22_PS/2_Controller
+config PLATFORM_EC_KEYBOARD_PROTOCOL_MKBP
+ bool "mkbp"
+ help
+ Use the MKBP protocol to communicate with the AP. This protocol is
+ usually used on ARM-based platforms. It sends the raw scan code, like
+ (row, col), to the AP and the kernel driver will map this scan code to
+ a key.
+
endchoice # PLATFORM_EC_KEYBOARD
config PLATFORM_EC_KEYBOARD_BOARD_CONFIG