Linux 4.16.11
[linux/fpc-iii.git] / drivers / iio / potentiostat / Kconfig
blob1e3baf2cc97dac7d24aeab9916092c781bb50e71
2 # Potentiostat drivers
4 # When adding new entries keep the list in alphabetical order
6 menu "Digital potentiostats"
8 config 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.
19           To compile this driver as a module, choose M here: the
20           module will be called lmp91000
22 endmenu