1# Copyright (c) 2021 ITE Corporation. All Rights Reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_ITE_IT8XXX2_KBD
5	bool "ITE keyboard scanning driver"
6	default y
7	depends on DT_HAS_ITE_IT8XXX2_KBD_ENABLED
8	select INPUT_KBD_MATRIX
9	help
10	  This option enables the ITE keyboard scan driver.
11