brintos

brintos / linux-shallow public Read only

0
0
Text · 386 B · 928f424 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Multiplexer drivers4#5# When adding new entries keep the list in alphabetical order6 7menu "Multiplexers"8 9config IIO_MUX10	tristate "IIO multiplexer driver"11	select MULTIPLEXER12	help13	  Say yes here to build support for the IIO multiplexer.14 15	  To compile this driver as a module, choose M here: the16	  module will be called iio-mux.17 18endmenu19