Kconfig 760 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # Proximity sensors
  3. #
  4. menu "Lightning sensors"
  5. config AS3935
  6. tristate "AS3935 Franklin lightning sensor"
  7. select IIO_BUFFER
  8. select IIO_TRIGGERED_BUFFER
  9. depends on SPI
  10. help
  11. Say Y here to build SPI interface support for the Austrian
  12. Microsystems AS3935 lightning detection sensor.
  13. To compile this driver as a module, choose M here: the
  14. module will be called as3935
  15. endmenu
  16. menu "Proximity sensors"
  17. config SX9500
  18. tristate "SX9500 Semtech proximity sensor"
  19. select IIO_BUFFER
  20. select IIO_TRIGGERED_BUFFER
  21. select REGMAP_I2C
  22. depends on I2C
  23. help
  24. Say Y here to build a driver for Semtech's SX9500 capacitive
  25. proximity/button sensor.
  26. To compile this driver as a module, choose M here: the
  27. module will be called sx9500.
  28. endmenu