]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/staging/iio/cdc/Kconfig
Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[mirror_ubuntu-artful-kernel.git] / drivers / staging / iio / cdc / Kconfig
CommitLineData
5c48cb9d
MH
1#
2# CDC drivers
3#
4menu "Capacitance to digital converters"
5
6config AD7150
7 tristate "Analog Devices ad7150/1/6 capacitive sensor driver"
8 depends on I2C
9 help
10 Say yes here to build support for Analog Devices capacitive sensors.
11 (ad7150, ad7151, ad7156) Provides direct access via sysfs.
12
13 To compile this driver as a module, choose M here: the
14 module will be called ad7150.
15
16config AD7152
17 tristate "Analog Devices ad7152/3 capacitive sensor driver"
18 depends on I2C
19 help
20 Say yes here to build support for Analog Devices capacitive sensors.
21 (ad7152, ad7153) Provides direct access via sysfs.
22
23 To compile this driver as a module, choose M here: the
24 module will be called ad7152.
25
26config AD7746
27 tristate "Analog Devices AD7745, AD7746 AD7747 capacitive sensor driver"
28 depends on I2C
29 help
30 Say yes here to build support for Analog Devices capacitive sensors.
31 (AD7745, AD7746, AD7747) Provides direct access via sysfs.
32
33 To compile this driver as a module, choose M here: the
34 module will be called ad7746.
35
36endmenu