mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
7ba9df54b0
When a multiplexer changes how an iio device behaves (for example by feeding different signals to an ADC), this driver can be used to create one virtual iio channel for each multiplexer state. Depends on the generic multiplexer subsystem. Cache any ext_info values from the parent iio channel, creating a private copy of the ext_info attributes for each multiplexer state/channel. Reviewed-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7 lines
152 B
Makefile
7 lines
152 B
Makefile
#
|
|
# Makefile for industrial I/O multiplexer drivers
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
obj-$(CONFIG_IIO_MUX) += iio-mux.o
|