Kconfig 377 B

12345678910111213141516171819
  1. #
  2. # Multiplexer drivers
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Multiplexers"
  6. config IIO_MUX
  7. tristate "IIO multiplexer driver"
  8. select MULTIPLEXER
  9. depends on OF || COMPILE_TEST
  10. help
  11. Say yes here to build support for the IIO multiplexer.
  12. To compile this driver as a module, choose M here: the
  13. module will be called iio-mux.
  14. endmenu