NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce()
[linux/fpc-iii.git] / drivers / iio / proximity / Kconfig
blob41a8d8ffa0de47c00d444a0f24f5c60208db9614
2 # Proximity sensors
5 menu "Lightning sensors"
7 config AS3935
8         tristate "AS3935 Franklin lightning sensor"
9         select IIO_BUFFER
10         select IIO_TRIGGERED_BUFFER
11         depends on SPI
12         help
13           Say Y here to build SPI interface support for the Austrian
14           Microsystems AS3935 lightning detection sensor.
16           To compile this driver as a module, choose M here: the
17           module will be called as3935
19 endmenu
21 menu "Proximity sensors"
23 config SX9500
24         tristate "SX9500 Semtech proximity sensor"
25         select IIO_BUFFER
26         select IIO_TRIGGERED_BUFFER
27         select REGMAP_I2C
28         depends on I2C
29         help
30           Say Y here to build a driver for Semtech's SX9500 capacitive
31           proximity/button sensor.
33           To compile this driver as a module, choose M here: the
34           module will be called sx9500.
36 endmenu