summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_kb_raw/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_kb_raw/Kconfig')
-rw-r--r--zephyr/drivers/cros_kb_raw/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/zephyr/drivers/cros_kb_raw/Kconfig b/zephyr/drivers/cros_kb_raw/Kconfig
new file mode 100644
index 0000000000..fb525261c4
--- /dev/null
+++ b/zephyr/drivers/cros_kb_raw/Kconfig
@@ -0,0 +1,13 @@
+
+# Copyright 2020 Google LLC
+# SPDX-License-Identifier: Apache-2.0
+
+menuconfig CROS_KB_RAW_NPCX
+ bool "Nuvoton NPCX raw-keyboard-scan driver for the Zephyr shim"
+ depends on SOC_FAMILY_NPCX
+ default y
+ help
+ This option enables a driver for providing raw access to the
+ keyboard-scan peripheral in the chip. This is used instead of the
+ kscan interface so we can continue to use most of the existing
+ keyboard-scanning code in ECOS.