brintos

brintos / linux-shallow public Read only

0
0
Text · 766 B · e0a5ce6 Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# CDC drivers4#5menu "Capacitance to digital converters"6 7config AD71508	tristate "Analog Devices ad7150/1/6 capacitive sensor driver"9	depends on I2C10	help11	  Say yes here to build support for Analog Devices capacitive sensors.12	  (ad7150, ad7151, ad7156) Provides direct access via sysfs.13 14	  To compile this driver as a module, choose M here: the15	  module will be called ad7150.16 17config AD774618	tristate "Analog Devices AD7745, AD7746 AD7747 capacitive sensor driver"19	depends on I2C20	help21	  Say yes here to build support for Analog Devices capacitive sensors.22	  (AD7745, AD7746, AD7747) Provides direct access via sysfs.23 24	  To compile this driver as a module, choose M here: the25	  module will be called ad7746.26 27endmenu28