Kconfig (f53835f110f19934271c48f01e463c0aa302827d) Kconfig (07b241262dcad07671c444ca955903325de28e9e)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Proximity sensors
4#
5
6menu "Lightning sensors"
7
8config AS3935

--- 219 unchanged lines hidden (view full) ---

228 help
229 Say Y here to build a driver for STMicroelectronics VL53L0X
230 ToF ranger sensors with i2c interface.
231 This driver can be used to measure the distance of objects.
232
233 To compile this driver as a module, choose M here: the
234 module will be called vl53l0x-i2c.
235
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Proximity sensors
4#
5
6menu "Lightning sensors"
7
8config AS3935

--- 219 unchanged lines hidden (view full) ---

228 help
229 Say Y here to build a driver for STMicroelectronics VL53L0X
230 ToF ranger sensors with i2c interface.
231 This driver can be used to measure the distance of objects.
232
233 To compile this driver as a module, choose M here: the
234 module will be called vl53l0x-i2c.
235
236config AW96103
237 tristate "AW96103/AW96105 Awinic proximity sensor"
238 select REGMAP_I2C
239 depends on I2C
240 help
241 Say Y here to build a driver for Awinic's AW96103/AW96105 capacitive
242 proximity sensor.
243
244 To compile this driver as a module, choose M here: the
245 module will be called aw96103.
246
236endmenu
247endmenu