xref: /openbmc/linux/drivers/iio/proximity/Kconfig (revision 4d2804b7)
1#
2# Proximity sensors
3#
4
5menu "Lightning sensors"
6
7config 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.
15
16	  To compile this driver as a module, choose M here: the
17	  module will be called as3935
18
19endmenu
20
21menu "Proximity and distance sensors"
22
23config 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.
31
32	  To compile this driver as a module, choose M here: the
33	  module will be called pulsedlight-lite-v2
34
35config SRF04
36	tristate "Devantech SRF04 ultrasonic ranger sensor"
37	depends on GPIOLIB
38	help
39	  Say Y here to build a driver for Devantech SRF04 ultrasonic
40	  ranger sensor. This driver can be used to measure the distance
41	  of objects. It is using two GPIOs.
42
43	  To compile this driver as a module, choose M here: the
44	  module will be called srf04.
45
46config SX9500
47	tristate "SX9500 Semtech proximity sensor"
48	select IIO_BUFFER
49	select IIO_TRIGGERED_BUFFER
50	select REGMAP_I2C
51	depends on I2C
52	help
53	  Say Y here to build a driver for Semtech's SX9500 capacitive
54	  proximity/button sensor.
55
56	  To compile this driver as a module, choose M here: the
57	  module will be called sx9500.
58
59config SRF08
60	tristate "Devantech SRF08 ultrasonic ranger sensor"
61	depends on I2C
62	help
63	  Say Y here to build a driver for Devantech SRF08 ultrasonic
64	  ranger sensor. This driver can be used to measure the distance
65	  of objects.
66
67	  To compile this driver as a module, choose M here: the
68	  module will be called srf08.
69
70endmenu
71