xref: /linux/drivers/iio/cdc/Kconfig (revision 37c381b812dcbfde9c3f1f3d3e75fdfc1b40d5bc)
1# SPDX-License-Identifier: GPL-2.0
2#
3# CDC drivers
4#
5menu "Capacitance to digital converters"
6
7config AD7150
8	tristate "Analog Devices ad7150/1/6 capacitive sensor driver"
9	depends on I2C
10	help
11	  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: the
15	  module will be called ad7150.
16
17endmenu
18