Kconfig 417 B

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