Files
zephyr/drivers/input/Kconfig.chsc5x
Matthias Alleman 158ec0384b drivers: input: input_chsc5x: configurable ic type verification
Add Kconfig option to skip or execute the verification of the ic
type. This adds a delay of 100ms to the initialization.

Signed-off-by: Matthias Alleman <matthias.alleman@basalte.be>
2025-12-12 09:56:30 -05:00

21 lines
544 B
Plaintext

# Copyright (c) 2025 Basalte bv
# SPDX-License-Identifier: Apache-2.0
config INPUT_CHSC5X
bool "CHSC5X capacitive touch panel driver"
default y
depends on DT_HAS_CHIPSEMI_CHSC5X_ENABLED
select GPIO
select I2C
select INPUT_TOUCH
help
Enable CHSC5X driver for Chipsemi capacitive touch panel controller.
config INPUT_CHSC5X_VERIFY_IC_TYPE
bool "IC type verification"
default y
depends on INPUT_CHSC5X
help
This option enables the verification of the IC type which implies an
additional delay of 100ms during initialization.