11 lines
302 B
Plaintext
11 lines
302 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
|
|
help
|
|
This option enables the ITE keyboard scan driver.
|