]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/mux/Kconfig
mux: minimal mux subsystem
[mirror_ubuntu-bionic-kernel.git] / drivers / mux / Kconfig
CommitLineData
a3b02a9c
PR
1#
2# Multiplexer devices
3#
4
5menuconfig MULTIPLEXER
6 tristate "Multiplexer subsystem"
7 help
8 Multiplexer controller subsystem. Multiplexers are used in a
9 variety of settings, and this subsystem abstracts their use
10 so that the rest of the kernel sees a common interface. When
11 multiple parallel multiplexers are controlled by one single
12 multiplexer controller, this subsystem also coordinates the
13 multiplexer accesses.
14
15 To compile the subsystem as a module, choose M here: the module will
16 be called mux-core.