Adds the use of generic touch reporting method for stmpe811 driver. Signed-off-by: Dominik Lau <dlau@internships.antmicro.com> Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
12 lines
271 B
Plaintext
12 lines
271 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
|
|
select INPUT_TOUCH
|
|
help
|
|
Enable driver for STMPE811 touch panel.
|