0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # CDC drivers
0004 #
0005 menu "Capacitance to digital converters"
0006
0007 config AD7746
0008 tristate "Analog Devices AD7745, AD7746 AD7747 capacitive sensor driver"
0009 depends on I2C
0010 help
0011 Say yes here to build support for Analog Devices capacitive sensors.
0012 (AD7745, AD7746, AD7747) Provides direct access via sysfs.
0013
0014 To compile this driver as a module, choose M here: the
0015 module will be called ad7746.
0016
0017 endmenu