GNU Linux-libre 4.14.254-gnu1
[releases.git] / drivers / iio / multiplexer / Kconfig
1 #
2 # Multiplexer drivers
3 #
4 # When adding new entries keep the list in alphabetical order
5
6 menu "Multiplexers"
7
8 config 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
18 endmenu