This commit adds basic ili2132a touch controller driver. Signed-off-by: Joel Jaldemark <joeljaldemark@outlook.com>
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
# Copyright (c) 2024 Joel Jaldemark
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_ILI2132A
|
|
bool "ILI2132A capacitive touch controller driver"
|
|
default y
|
|
depends on DT_HAS_ILITEK_ILI2132A_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for ilitek ili2132a touch controller
|