1# Copyright (c) 2022 Keiya Nobuta 2# SPDX-License-Identifier: Apache-2.0 3 4config INPUT_CAP12XX 5 bool "Microchip CAP12xx multi-channel capacitive touch sensor driver" 6 default y 7 depends on DT_HAS_MICROCHIP_CAP12XX_ENABLED 8 select I2C 9 help 10 Enable driver for Microchip CAP12xx multi-channel capacitive 11 touch sensor. 12