1# Copyright (c) 2024 Joel Jaldemark
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_ILI2132A
5 bool "ILI2132A capacitive touch controller driver"
6 default y
7 depends on DT_HAS_ILITEK_ILI2132A_ENABLED
8 select I2C
9 help
10 Enable driver for ilitek ili2132a touch controller
11