zephyr/drivers/kscan/Kconfig.ft5336

17 lines
342 B
Plaintext
Raw Normal View History

# 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.
if KSCAN_FT5336
config KSCAN_FT5336_PERIOD
int "Sample period (ms)"
default 10
endif # KSCAN_FT5336