xref: /openbmc/linux/drivers/iio/afe/Kconfig (revision f79e4d5f92a129a1159c973735007d4ddc8541f3)
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