0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Potentiostat drivers
0004 #
0005 # When adding new entries keep the list in alphabetical order
0006
0007 menu "Digital potentiostats"
0008
0009 config LMP91000
0010 tristate "Texas Instruments LMP91000 potentiostat driver"
0011 depends on I2C
0012 select REGMAP_I2C
0013 select IIO_BUFFER
0014 select IIO_BUFFER_CB
0015 select IIO_TRIGGERED_BUFFER
0016 help
0017 Say yes here to build support for the Texas Instruments
0018 LMP91000 digital potentiostat chip.
0019
0020 To compile this driver as a module, choose M here: the
0021 module will be called lmp91000
0022
0023 endmenu