Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Kconfig (7792225b7b671800d1c9b562ace8e167a3d0e2e7) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Proximity sensors 4# 5 6menu "Lightning sensors" 7 8config AS3935 --- 7 unchanged lines hidden (view full) --- 16 17 To compile this driver as a module, choose M here: the 18 module will be called as3935 19 20endmenu 21 22menu "Proximity and distance sensors" 23 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Proximity sensors 4# 5 6menu "Lightning sensors" 7 8config AS3935 --- 7 unchanged lines hidden (view full) --- 16 17 To compile this driver as a module, choose M here: the 18 module will be called as3935 19 20endmenu 21 22menu "Proximity and distance sensors" 23 |
24config CROS_EC_MKBP_PROXIMITY 25 tristate "ChromeOS EC MKBP Proximity sensor" 26 depends on CROS_EC 27 help 28 Say Y here to enable the proximity sensor implemented via the ChromeOS EC MKBP 29 switches protocol. You must enable one bus option (CROS_EC_I2C or CROS_EC_SPI) 30 to use this. 31 32 To compile this driver as a module, choose M here: the 33 module will be called cros_ec_mkbp_proximity. 34 |
|
24config ISL29501 25 tristate "Intersil ISL29501 Time Of Flight sensor" 26 depends on I2C 27 select IIO_BUFFER 28 select IIO_TRIGGERED_BUFFER 29 select IIO_KFIFO_BUF 30 help 31 Say Y here if you want to build a driver for the Intersil ISL29501 --- 134 unchanged lines hidden --- | 35config ISL29501 36 tristate "Intersil ISL29501 Time Of Flight sensor" 37 depends on I2C 38 select IIO_BUFFER 39 select IIO_TRIGGERED_BUFFER 40 select IIO_KFIFO_BUF 41 help 42 Say Y here if you want to build a driver for the Intersil ISL29501 --- 134 unchanged lines hidden --- |