xref: /openbmc/linux/drivers/iio/multiplexer/Kconfig (revision bf3608f338e928e5d26b620feb7d8afcdfff50e3)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Multiplexer drivers
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Multiplexers"
8
9config 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.
15
16	  To compile this driver as a module, choose M here: the
17	  module will be called iio-mux.
18
19endmenu
20