mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 20:37:27 +00:00
afda08c4ca
Analog Devices ADG792A/G is a triple 4:1 mux. Reviewed-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8 lines
162 B
Makefile
8 lines
162 B
Makefile
#
|
|
# Makefile for multiplexer devices.
|
|
#
|
|
|
|
obj-$(CONFIG_MULTIPLEXER) += mux-core.o
|
|
obj-$(CONFIG_MUX_ADG792A) += mux-adg792a.o
|
|
obj-$(CONFIG_MUX_GPIO) += mux-gpio.o
|