xref: /linux/drivers/iio/cdc/Kconfig (revision 646d67b5c582d69d3a73e89116a147abdbca28ed)
1*646d67b5SJonathan Cameron# SPDX-License-Identifier: GPL-2.0
2*646d67b5SJonathan Cameron#
3*646d67b5SJonathan Cameron# CDC drivers
4*646d67b5SJonathan Cameron#
5*646d67b5SJonathan Cameronmenu "Capacitance to digital converters"
6*646d67b5SJonathan Cameron
7*646d67b5SJonathan Cameronconfig AD7150
8*646d67b5SJonathan Cameron	tristate "Analog Devices ad7150/1/6 capacitive sensor driver"
9*646d67b5SJonathan Cameron	depends on I2C
10*646d67b5SJonathan Cameron	help
11*646d67b5SJonathan Cameron	  Say yes here to build support for Analog Devices capacitive sensors.
12*646d67b5SJonathan Cameron	  (ad7150, ad7151, ad7156) Provides direct access via sysfs.
13*646d67b5SJonathan Cameron
14*646d67b5SJonathan Cameron	  To compile this driver as a module, choose M here: the
15*646d67b5SJonathan Cameron	  module will be called ad7150.
16*646d67b5SJonathan Cameron
17*646d67b5SJonathan Cameronendmenu
18