summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.keyboard
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2022-04-21 14:57:39 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-25 17:38:10 +0000
commit74156b1808ea6eaf08ab3b56834b3b73779f9f3a (patch)
tree9a2f8b67131b4101924660130c777f7e47c43f4d /zephyr/Kconfig.keyboard
parentbd981b048badd21451233164b3cea4320e538a70 (diff)
downloadchrome-ec-74156b1808ea6eaf08ab3b56834b3b73779f9f3a.tar.gz
zephyr: Add support for discrete Keyboard
Added support to enable discrete Keyboard if the platform needs one or the raw Keyboard support is not built-in in the EC. BUG=b:230008245 BRANCH=none TEST=Able to test it8801 discrete Keyboard on MTLRVP Change-Id: I6fc40af8bdd006e7af86d2c17fca8faab5412f7e Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3601509 Reviewed-by: RAJESH KUMAR <rajesh3.kumar@intel.com> Reviewed-by: Brandon Breitenstein <brandon.breitenstein@intel.com> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.keyboard')
-rw-r--r--zephyr/Kconfig.keyboard6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/Kconfig.keyboard b/zephyr/Kconfig.keyboard
index 847c1c9880..8bcc32af8e 100644
--- a/zephyr/Kconfig.keyboard
+++ b/zephyr/Kconfig.keyboard
@@ -48,6 +48,12 @@ config PLATFORM_EC_KEYBOARD_PROTOCOL_MKBP
endchoice # PLATFORM_EC_KEYBOARD_PROTOCOL_MODE
+config PLATFORM_EC_KEYBOARD_DISCRETE
+ bool "Support discrete Keyboard"
+ help
+ Enable support for a discrete Keyboard if the platform needs one
+ or the raw Keyboard support is not built-in in the EC.
+
config PLATFORM_EC_KEYBOARD_DEBUG
bool "Enable keyboard debug prints"
depends on PLATFORM_EC_SYSTEM_UNLOCKED