Back to home page

OSCL-LXR

 
 

    


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