summaryrefslogtreecommitdiff
path: root/drivers/iio/amplifiers/Makefile
diff options
context:
space:
mode:
authorAntoniu Miclaus <antoniu.miclaus@analog.com>2022-02-23 15:01:11 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-02-27 15:06:25 +0300
commit28b4c30bfa5f507879c4d55e1ff45c828875af64 (patch)
tree815c22e2b13a3d4fef84681b72159e230f0ce0f0 /drivers/iio/amplifiers/Makefile
parent602744fa9f8b6160018ff29074ceb607d157395f (diff)
downloadlinux-28b4c30bfa5f507879c4d55e1ff45c828875af64.tar.xz
iio: amplifiers: ada4250: add support for ADA4250
The ADA4250 is an instrumentation amplifier with SPI/pin-strap progammable gains that is optimized for ultra-low power systems. With a minimum supply voltage of 1.7V, 26uA of quiescent current, a shutdown mode, a sleep mode, and a fast wake up settling time, ADA4250 can be power cycled on a battery powered system for even futher savings. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Link: https://lore.kernel.org/r/20220223120112.8067-2-antoniu.miclaus@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/amplifiers/Makefile')
-rw-r--r--drivers/iio/amplifiers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/amplifiers/Makefile b/drivers/iio/amplifiers/Makefile
index cb551d82f56b..2126331129cf 100644
--- a/drivers/iio/amplifiers/Makefile
+++ b/drivers/iio/amplifiers/Makefile
@@ -5,4 +5,5 @@
# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_AD8366) += ad8366.o
+obj-$(CONFIG_ADA4250) += ada4250.o
obj-$(CONFIG_HMC425) += hmc425a.o