diff options
author | Matt Ranostay <mranostay@gmail.com> | 2016-09-25 06:03:00 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-09-27 21:33:03 +0200 |
commit | 67e17300dc1d76091d2d513d6aa57e50af2c9648 (patch) | |
tree | 1240267b7cb6059050d79bc15bca0395a2e2d7e0 /drivers/iio/potentiostat/Makefile | |
parent | iio: adc: ti-adc161s626: add regulator support (diff) | |
download | linux-67e17300dc1d76091d2d513d6aa57e50af2c9648.tar.xz linux-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/Makefile')
-rw-r--r-- | drivers/iio/potentiostat/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/iio/potentiostat/Makefile b/drivers/iio/potentiostat/Makefile new file mode 100644 index 000000000000..64d315ef4449 --- /dev/null +++ b/drivers/iio/potentiostat/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for industrial I/O potentiostat drivers +# + +# When adding new entries keep the list in alphabetical order +obj-$(CONFIG_LMP91000) += lmp91000.o |