1# Copyright (c) 2024 ITE Corporation. All Rights Reserved. 2# SPDX-License-Identifier: Apache-2.0 3 4config INPUT_ITE_IT8801_KBD 5 bool "ITE IT8801 keyboard matrix scan controller" 6 default y 7 depends on DT_HAS_ITE_IT8801_KBD_ENABLED 8 select I2C 9 select INPUT_KBD_MATRIX 10 select MFD 11 help 12 Enable driver for ITE IT8801 I2C-based keyboard matrix scan. 13 IT8801 support 8 KSI pins and 19 KSO pins [22:11] [6:0], 14 KSO[22:18]can be configured to GPIO mode. 15