drm/nouveau/tegra: Fix error handling
[linux/fpc-iii.git] / drivers / iio / proximity / Kconfig
blobef4c73db5b53fb88d00985c80950add9363de671
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 LIDAR_LITE_V2
24         tristate "PulsedLight LIDAR sensor"
25         select IIO_BUFFER
26         select IIO_TRIGGERED_BUFFER
27         depends on I2C
28         help
29           Say Y to build a driver for PulsedLight LIDAR range finding
30           sensor.
32           To compile this driver as a module, choose M here: the
33           module will be called pulsedlight-lite-v2
35 config SX9500
36         tristate "SX9500 Semtech proximity sensor"
37         select IIO_BUFFER
38         select IIO_TRIGGERED_BUFFER
39         select REGMAP_I2C
40         depends on I2C
41         help
42           Say Y here to build a driver for Semtech's SX9500 capacitive
43           proximity/button sensor.
45           To compile this driver as a module, choose M here: the
46           module will be called sx9500.
48 endmenu