xref: /openbmc/linux/drivers/iio/proximity/Kconfig (revision 16b05261)
124ddb0e4SMatt Ranostay#
224ddb0e4SMatt Ranostay# Proximity sensors
324ddb0e4SMatt Ranostay#
424ddb0e4SMatt Ranostay
524ddb0e4SMatt Ranostaymenu "Lightning sensors"
624ddb0e4SMatt Ranostay
724ddb0e4SMatt Ranostayconfig AS3935
824ddb0e4SMatt Ranostay	tristate "AS3935 Franklin lightning sensor"
924ddb0e4SMatt Ranostay	select IIO_BUFFER
1024ddb0e4SMatt Ranostay	select IIO_TRIGGERED_BUFFER
1124ddb0e4SMatt Ranostay	depends on SPI
1224ddb0e4SMatt Ranostay	help
1324ddb0e4SMatt Ranostay	  Say Y here to build SPI interface support for the Austrian
1424ddb0e4SMatt Ranostay	  Microsystems AS3935 lightning detection sensor.
1524ddb0e4SMatt Ranostay
1624ddb0e4SMatt Ranostay	  To compile this driver as a module, choose M here: the
1724ddb0e4SMatt Ranostay	  module will be called as3935
1824ddb0e4SMatt Ranostay
1924ddb0e4SMatt Ranostayendmenu
204193c0f1SVlad Dogaru
2178f83902SAndreas Klingermenu "Proximity and distance sensors"
224193c0f1SVlad Dogaru
231c287992SMathieu Othaceheconfig ISL29501
241c287992SMathieu Othacehe	tristate "Intersil ISL29501 Time Of Flight sensor"
251c287992SMathieu Othacehe	depends on I2C
261c287992SMathieu Othacehe	select IIO_BUFFER
271c287992SMathieu Othacehe	select IIO_TRIGGERED_BUFFER
281c287992SMathieu Othacehe	select IIO_KFIFO_BUF
291c287992SMathieu Othacehe	help
301c287992SMathieu Othacehe	  Say Y here if you want to build a driver for the Intersil ISL29501
311c287992SMathieu Othacehe	  Time of Flight sensor.
321c287992SMathieu Othacehe
331c287992SMathieu Othacehe	  To compile this driver as a module, choose M here: the module will be
341c287992SMathieu Othacehe	  called isl29501.
351c287992SMathieu Othacehe
36cb119d53SMatt Ranostayconfig LIDAR_LITE_V2
37cb119d53SMatt Ranostay	tristate "PulsedLight LIDAR sensor"
38cb119d53SMatt Ranostay	select IIO_BUFFER
39cb119d53SMatt Ranostay	select IIO_TRIGGERED_BUFFER
40cb119d53SMatt Ranostay	depends on I2C
41cb119d53SMatt Ranostay	help
42cb119d53SMatt Ranostay	  Say Y to build a driver for PulsedLight LIDAR range finding
43cb119d53SMatt Ranostay	  sensor.
44cb119d53SMatt Ranostay
45cb119d53SMatt Ranostay	  To compile this driver as a module, choose M here: the
46cb119d53SMatt Ranostay	  module will be called pulsedlight-lite-v2
47cb119d53SMatt Ranostay
48*16b05261SAndreas Klingerconfig MB1232
49*16b05261SAndreas Klinger	tristate "MaxSonar I2CXL family ultrasonic sensors"
50*16b05261SAndreas Klinger	depends on I2C
51*16b05261SAndreas Klinger	help
52*16b05261SAndreas Klinger	  Say Y to build a driver for the ultrasonic sensors I2CXL of
53*16b05261SAndreas Klinger	  MaxBotix which have an i2c interface. It can be used to measure
54*16b05261SAndreas Klinger	  the distance of objects. Supported types are mb1202, mb1212,
55*16b05261SAndreas Klinger	  mb1222, mb1232, mb1242, mb7040, mb7137
56*16b05261SAndreas Klinger
57*16b05261SAndreas Klinger	  To compile this driver as a module, choose M here: the
58*16b05261SAndreas Klinger	  module will be called mb1232.
59*16b05261SAndreas Klinger
6079e64188SPeter Meerwald-Stadlerconfig RFD77402
6179e64188SPeter Meerwald-Stadler	tristate "RFD77402 ToF sensor"
6279e64188SPeter Meerwald-Stadler	depends on I2C
6379e64188SPeter Meerwald-Stadler	help
6479e64188SPeter Meerwald-Stadler	  Say Y to build a driver for the RFD77420 Time-of-Flight (distance)
6579e64188SPeter Meerwald-Stadler	  sensor module with I2C interface.
6679e64188SPeter Meerwald-Stadler
6779e64188SPeter Meerwald-Stadler	  To compile this driver as a module, choose M here: the
6879e64188SPeter Meerwald-Stadler	  module will be called rfd77402.
6979e64188SPeter Meerwald-Stadler
70feda2840SAndreas Klingerconfig SRF04
71feda2840SAndreas Klinger	tristate "Devantech SRF04 ultrasonic ranger sensor"
72feda2840SAndreas Klinger	depends on GPIOLIB
73feda2840SAndreas Klinger	help
74feda2840SAndreas Klinger	  Say Y here to build a driver for Devantech SRF04 ultrasonic
75feda2840SAndreas Klinger	  ranger sensor. This driver can be used to measure the distance
76feda2840SAndreas Klinger	  of objects. It is using two GPIOs.
77feda2840SAndreas Klinger
78feda2840SAndreas Klinger	  To compile this driver as a module, choose M here: the
79feda2840SAndreas Klinger	  module will be called srf04.
80feda2840SAndreas Klinger
814193c0f1SVlad Dogaruconfig SX9500
824193c0f1SVlad Dogaru	tristate "SX9500 Semtech proximity sensor"
834193c0f1SVlad Dogaru	select IIO_BUFFER
844193c0f1SVlad Dogaru	select IIO_TRIGGERED_BUFFER
854193c0f1SVlad Dogaru	select REGMAP_I2C
864193c0f1SVlad Dogaru	depends on I2C
874193c0f1SVlad Dogaru	help
884193c0f1SVlad Dogaru	  Say Y here to build a driver for Semtech's SX9500 capacitive
894193c0f1SVlad Dogaru	  proximity/button sensor.
904193c0f1SVlad Dogaru
914193c0f1SVlad Dogaru	  To compile this driver as a module, choose M here: the
924193c0f1SVlad Dogaru	  module will be called sx9500.
934193c0f1SVlad Dogaru
9478f83902SAndreas Klingerconfig SRF08
95dc2696baSAndreas Klinger	tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor"
96511051d5SAndreas Klinger	select IIO_BUFFER
97511051d5SAndreas Klinger	select IIO_TRIGGERED_BUFFER
9878f83902SAndreas Klinger	depends on I2C
9978f83902SAndreas Klinger	help
100dc2696baSAndreas Klinger	  Say Y here to build a driver for Devantech SRF02/SRF08/SRF10
101dc2696baSAndreas Klinger	  ultrasonic ranger sensors with i2c interface.
102dc2696baSAndreas Klinger	  This driver can be used to measure the distance of objects.
10378f83902SAndreas Klinger
10478f83902SAndreas Klinger	  To compile this driver as a module, choose M here: the
10578f83902SAndreas Klinger	  module will be called srf08.
10678f83902SAndreas Klinger
1076eb17c6cSSong Qiangconfig VL53L0X_I2C
1086eb17c6cSSong Qiang	tristate "STMicroelectronics VL53L0X ToF ranger sensor (I2C)"
1096eb17c6cSSong Qiang	depends on I2C
1106eb17c6cSSong Qiang	help
1116eb17c6cSSong Qiang	  Say Y here to build a driver for STMicroelectronics VL53L0X
1126eb17c6cSSong Qiang	  ToF ranger sensors with i2c interface.
1136eb17c6cSSong Qiang	  This driver can be used to measure the distance of objects.
1146eb17c6cSSong Qiang
1156eb17c6cSSong Qiang	  To compile this driver as a module, choose M here: the
1166eb17c6cSSong Qiang	  module will be called vl53l0x-i2c.
1176eb17c6cSSong Qiang
1184193c0f1SVlad Dogaruendmenu
119