blob: 735a7b0e6fd8d712159b88227821d5cae6da524a [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +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