]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/iio/potentiostat/Kconfig
Merge remote-tracking branch 'spi/for-5.9' into spi-linus
[mirror_ubuntu-hirsute-kernel.git] / drivers / iio / potentiostat / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
67e17300
MR
2#
3# Potentiostat drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Digital potentiostats"
8
9config 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
23endmenu