1# Copyright (c) 2024 Nicolas Goualard <nicolas.goualard@sfr.fr>
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_CHSC6X
5	bool "Use CHSC6X capacitive touch panel driver"
6	default y
7	depends on DT_HAS_CHIPSEMI_CHSC6X_ENABLED
8	select GPIO
9	select I2C
10	help
11	  Enable out of tree driver for CHSC6X touch panel.
12