Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / drivers / iio / multiplexer / Kconfig
1 #
2 # Multiplexer drivers
3 #
4 # When adding new entries keep the list in alphabetical order
5
6 menu "Multiplexers"
7
8 config IIO_MUX
9         tristate "IIO multiplexer driver"
10         select MULTIPLEXER
11         depends on OF || COMPILE_TEST
12         help
13           Say yes here to build support for the IIO multiplexer.
14
15           To compile this driver as a module, choose M here: the
16           module will be called iio-mux.
17
18 endmenu