0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Analog Front End drivers
0004 #
0005 # When adding new entries keep the list in alphabetical order
0006
0007 menu "Analog Front Ends"
0008
0009 config IIO_RESCALE
0010 tristate "IIO rescale"
0011 help
0012 Say yes here to build support for the IIO rescaling
0013 that handles voltage dividers, current sense shunts and
0014 current sense amplifiers.
0015
0016 To compile this driver as a module, choose M here: the
0017 module will be called iio-rescale.
0018
0019 endmenu