Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2deab70f0f66c35f6b11ed57cea30d25b5073a87
/
.
/
drivers
/
input
/
Kconfig.stmpe811
blob: 08a4307b9fb1c445c5cd67f376b00a342f3668e7 [
file
] [
log
] [
blame
]
# 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
.