Add I2C-based keyboard matrix scan device driver. IT8801 support 8 KSI pins and 19 KSO pins [22:11] [6:0]. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
# Copyright (c) 2024 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_ITE_IT8801_KBD
|
|
bool "ITE IT8801 keyboard matrix scan controller"
|
|
default y
|
|
depends on DT_HAS_ITE_IT8801_KBD_ENABLED
|
|
select I2C
|
|
select INPUT_KBD_MATRIX
|
|
select MFD
|
|
help
|
|
Enable driver for ITE IT8801 I2C-based keyboard matrix scan.
|
|
IT8801 support 8 KSI pins and 19 KSO pins [22:11] [6:0],
|
|
KSO[22:18]can be configured to GPIO mode.
|