xref: /openbmc/linux/drivers/iio/proximity/Kconfig (revision 78f83902)
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
21*78f83902SAndreas Klingermenu "Proximity and distance sensors"
224193c0f1SVlad Dogaru
23cb119d53SMatt Ranostayconfig LIDAR_LITE_V2
24cb119d53SMatt Ranostay	tristate "PulsedLight LIDAR sensor"
25cb119d53SMatt Ranostay	select IIO_BUFFER
26cb119d53SMatt Ranostay	select IIO_TRIGGERED_BUFFER
27cb119d53SMatt Ranostay	depends on I2C
28cb119d53SMatt Ranostay	help
29cb119d53SMatt Ranostay	  Say Y to build a driver for PulsedLight LIDAR range finding
30cb119d53SMatt Ranostay	  sensor.
31cb119d53SMatt Ranostay
32cb119d53SMatt Ranostay	  To compile this driver as a module, choose M here: the
33cb119d53SMatt Ranostay	  module will be called pulsedlight-lite-v2
34cb119d53SMatt Ranostay
354193c0f1SVlad Dogaruconfig SX9500
364193c0f1SVlad Dogaru	tristate "SX9500 Semtech proximity sensor"
374193c0f1SVlad Dogaru	select IIO_BUFFER
384193c0f1SVlad Dogaru	select IIO_TRIGGERED_BUFFER
394193c0f1SVlad Dogaru	select REGMAP_I2C
404193c0f1SVlad Dogaru	depends on I2C
414193c0f1SVlad Dogaru	help
424193c0f1SVlad Dogaru	  Say Y here to build a driver for Semtech's SX9500 capacitive
434193c0f1SVlad Dogaru	  proximity/button sensor.
444193c0f1SVlad Dogaru
454193c0f1SVlad Dogaru	  To compile this driver as a module, choose M here: the
464193c0f1SVlad Dogaru	  module will be called sx9500.
474193c0f1SVlad Dogaru
48*78f83902SAndreas Klingerconfig SRF08
49*78f83902SAndreas Klinger	tristate "Devantech SRF08 ultrasonic ranger sensor"
50*78f83902SAndreas Klinger	depends on I2C
51*78f83902SAndreas Klinger	help
52*78f83902SAndreas Klinger	  Say Y here to build a driver for Devantech SRF08 ultrasonic
53*78f83902SAndreas Klinger	  ranger sensor. This driver can be used to measure the distance
54*78f83902SAndreas Klinger	  of objects.
55*78f83902SAndreas Klinger
56*78f83902SAndreas Klinger	  To compile this driver as a module, choose M here: the
57*78f83902SAndreas Klinger	  module will be called srf08.
58*78f83902SAndreas Klinger
594193c0f1SVlad Dogaruendmenu
60