Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / iio / potentiostat / Kconfig
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
7 menu "Digital potentiostats"
8
9 config LMP91000
10         tristate "Texas Instruments LMP91000 potentiostat driver"
11         depends on I2C
12         select REGMAP_I2C
13         select IIO_BUFFER
14         select IIO_BUFFER_CB
15         select IIO_TRIGGERED_BUFFER
16         help
17           Say yes here to build support for the Texas Instruments
18           LMP91000 digital potentiostat chip.
19
20           To compile this driver as a module, choose M here: the
21           module will be called lmp91000
22
23 endmenu