1# NPCX Keyboard scan driver configuration options
2
3# Copyright (c) 2022 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config INPUT_NPCX_KBD
7	bool "Nuvoton NPCX embedded controller (EC) keyboard scan driver"
8	default y
9	depends on DT_HAS_NUVOTON_NPCX_KBD_ENABLED
10	select INPUT_KBD_MATRIX
11	select PINCTRL
12	help
13	  This option enables the keyboard scan driver for NPCX family of
14	  processors.
15
16config INPUT_NPCX_KBD_KSO_HIGH_DRIVE
17	bool "Select quasi-bidirectional buffers for KSO pins"
18	default y
19	depends on INPUT_NPCX_KBD
20	help
21	  Select quasi-bidirectional buffers for KSO pins to reduce the
22	  low-to-high transition time.
23