diff options
author | Matt Ranostay <mranostay@gmail.com> | 2016-09-24 21:03:00 -0700 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-09-27 20:33:03 +0100 |
commit | 67e17300dc1d76091d2d513d6aa57e50af2c9648 (patch) | |
tree | 1240267b7cb6059050d79bc15bca0395a2e2d7e0 /drivers/iio/potentiostat/Kconfig | |
parent | 92f0afb5b2be2e137ff223654af51f521dd74c3a (diff) | |
download | lwn-67e17300dc1d76091d2d513d6aa57e50af2c9648.tar.gz lwn-67e17300dc1d76091d2d513d6aa57e50af2c9648.zip |
iio: potentiostat: add LMP91000 support
Add support for the LMP91000 potentiostat which is used for chemical
sensing applications.
Signed-off-by: Matt Ranostay <matt@ranostay.consulting>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/potentiostat/Kconfig')
-rw-r--r-- | drivers/iio/potentiostat/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/iio/potentiostat/Kconfig b/drivers/iio/potentiostat/Kconfig new file mode 100644 index 000000000000..1e3baf2cc97d --- /dev/null +++ b/drivers/iio/potentiostat/Kconfig @@ -0,0 +1,22 @@ +# +# Potentiostat drivers +# +# When adding new entries keep the list in alphabetical order + +menu "Digital potentiostats" + +config LMP91000 + tristate "Texas Instruments LMP91000 potentiostat driver" + depends on I2C + select REGMAP_I2C + select IIO_BUFFER + select IIO_BUFFER_CB + select IIO_TRIGGERED_BUFFER + help + Say yes here to build support for the Texas Instruments + LMP91000 digital potentiostat chip. + + To compile this driver as a module, choose M here: the + module will be called lmp91000 + +endmenu |