blob: 735a7b0e6fd8d712159b88227821d5cae6da524a [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#
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