summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_kb_raw/Kconfig
blob: 3109009da5ac988cac6982e2951dda462f65bae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

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.

menuconfig CROS_KB_RAW_ITE
	bool "ITE raw-keyboard-scan driver for the Zephyr shim"
	depends on SOC_FAMILY_RISCV_ITE
	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.