Linux 6.14-rc1
[linux.git] / drivers / iio / multiplexer / Kconfig
blob928f424a1ed3d315ace693d1cc305d58c711e5be
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         help
13           Say yes here to build support for the IIO multiplexer.
15           To compile this driver as a module, choose M here: the
16           module will be called iio-mux.
18 endmenu