xref: /linux/drivers/iio/afe/Kconfig (revision 83039f22ba2f6aff935a2acbb6bf671374e8317d)
1#
2# Analog Front End drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Analog Front Ends"
7
8config IIO_RESCALE
9	tristate "IIO rescale"
10	depends on OF || COMPILE_TEST
11	help
12	  Say yes here to build support for the IIO rescaling
13	  that handles voltage dividers, current sense shunts and
14	  current sense amplifiers.
15
16	  To compile this driver as a module, choose M here: the
17	  module will be called iio-rescale.
18
19endmenu
20