24 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Potentiostat drivers4#5# When adding new entries keep the list in alphabetical order6 7menu "Digital potentiostats"8 9config LMP9100010 tristate "Texas Instruments LMP91000 potentiostat driver"11 depends on I2C12 select REGMAP_I2C13 select IIO_BUFFER14 select IIO_BUFFER_CB15 select IIO_TRIGGERED_BUFFER16 help17 Say yes here to build support for the Texas Instruments18 LMP91000 digital potentiostat chip.19 20 To compile this driver as a module, choose M here: the21 module will be called lmp9100022 23endmenu24