Kconfig 546 B

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