Kconfig 449 B

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