# SPDX-License-Identifier: GPL-2.0-only # # Multiplexer drivers # # When adding new entries keep the list in alphabetical order menu "Multiplexers" config [31mCONFIG_IIO_MUX[0m tristate "IIO multiplexer driver" select [31mCONFIG_MULTIPLEXER[0m depends on [31mCONFIG_OF[0m || [31mCONFIG_COMPILE_TEST[0m help Say yes here to build support for the [31mCONFIG_IIO[0m multiplexer. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called iio-mux. endmenu |