perf python: Do not force closing original perf descriptor in evlist.get_pollfd()
[linux/fpc-iii.git] / drivers / iio / multiplexer / Kconfig
blob735a7b0e6fd8d712159b88227821d5cae6da524a
2 # Multiplexer drivers
4 # When adding new entries keep the list in alphabetical order
6 menu "Multiplexers"
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.
15           To compile this driver as a module, choose M here: the
16           module will be called iio-mux.
18 endmenu