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