zephyr/drivers/kscan/Kconfig.ft5336

18 lines
409 B
Plaintext

# Copyright (c) 2020 NXP
# SPDX-License-Identifier: Apache-2.0
menuconfig KSCAN_FT5336
bool "FT5336 capacitive touch panel driver"
depends on I2C && HAS_DTS_I2C
help
Enable driver for the FT5336 capacitive touch panel controller.
config KSCAN_FT5336_PERIOD
int "Sample period (ms)"
default 10
depends on KSCAN_FT5336
config KSCAN_FT5336_INTERRUPT
bool "Enable interrupt"
depends on KSCAN_FT5336