zephyr/drivers/input/Kconfig.stmpe811
Dominik Lau 4ca2400af6 drivers: input: use generic touch report in stmpe811
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>
2024-08-28 14:02:43 -04:00

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.