20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Analog Front End drivers4#5# When adding new entries keep the list in alphabetical order6 7menu "Analog Front Ends"8 9config IIO_RESCALE10 tristate "IIO rescale"11 help12 Say yes here to build support for the IIO rescaling13 that handles voltage dividers, current sense shunts and14 current sense amplifiers.15 16 To compile this driver as a module, choose M here: the17 module will be called iio-rescale.18 19endmenu20