mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
28b4c30bfa
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>
10 lines
235 B
Makefile
10 lines
235 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile iio/amplifiers
|
|
#
|
|
|
|
# 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
|