Support for the cy8cmbr3xxx input driver is added. Signed-off-by: Matthias Alleman <matthias.alleman@basalte.be>
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
# Copyright (c) 2025 Basalte bv
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_CY8CMBR3XXX
|
|
bool "CY8CMBR3XXX capacitive touch sensor driver"
|
|
default y
|
|
depends on DT_HAS_CYPRESS_CY8CMBR3XXX_ENABLED
|
|
select I2C
|
|
help
|
|
Enable driver for cypress CY8CMBR3XXX capacitive
|
|
touch sensor.
|