Kconfig 386 B

123456789101112131415161718
  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. 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