Kconfig 506 B

1234567891011121314151617181920212223
  1. #
  2. # Potentiostat drivers
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Digital potentiostats"
  6. config LMP91000
  7. tristate "Texas Instruments LMP91000 potentiostat driver"
  8. depends on I2C
  9. select REGMAP_I2C
  10. select IIO_BUFFER
  11. select IIO_BUFFER_CB
  12. select IIO_TRIGGERED_BUFFER
  13. help
  14. Say yes here to build support for the Texas Instruments
  15. LMP91000 digital potentiostat chip.
  16. To compile this driver as a module, choose M here: the
  17. module will be called lmp91000
  18. endmenu