bf830ba780
This commit adds STMPE811 I2C touch controller driver. Signed-off-by: Brunon Blok <bblok@internships.antmicro.com> Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_STMPE811
|
|
bool "STMPE811 touch driver"
|
|
default y
|
|
depends on DT_HAS_ST_STMPE811_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for STMPE811 touch panel.
|