e87ded3f03
Split the common keyboard scanning code out of the ITE specific driver and use the generic code instead. Note that this changes few timing defaults, the change is not significant though so I suspect there's no difference in practice. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
# Copyright (c) 2021 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_ITE_IT8XXX2_KBD
|
|
bool "ITE keyboard scanning driver"
|
|
default y
|
|
depends on DT_HAS_ITE_IT8XXX2_KBD_ENABLED
|
|
select INPUT_KBD_MATRIX
|
|
select MULTITHREADING
|
|
help
|
|
This option enables the ITE keyboard scan driver.
|