1# Copyright (c) 2023 Antmicro <www.antmicro.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_STMPE811
5 bool "STMPE811 touch driver"
6 default y
7 depends on DT_HAS_ST_STMPE811_ENABLED
8 select I2C
9 help
10 Enable driver for STMPE811 touch panel.
11