zephyr/drivers/input/Kconfig.it8801
Tim Lin 69224e7b72 drivers: input: it8801: Add I2C-based keyboard matrix scan controller
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>
2024-12-03 19:56:50 +01:00

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.