WIP FPC-III support
[linux/fpc-iii.git] / drivers / iio / multiplexer / Kconfig
bloba1e1332d1206dd444bad060a918119c765162449
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Multiplexer drivers
5 # When adding new entries keep the list in alphabetical order
7 menu "Multiplexers"
9 config IIO_MUX
10         tristate "IIO multiplexer driver"
11         select MULTIPLEXER
12         depends on OF || COMPILE_TEST
13         help
14           Say yes here to build support for the IIO multiplexer.
16           To compile this driver as a module, choose M here: the
17           module will be called iio-mux.
19 endmenu