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