diff options
author | Peter Rosin <peda@axentia.se> | 2017-05-14 21:51:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-03 19:29:26 +0900 |
commit | afda08c4caa9489511557def51e322a5f2142a2f (patch) | |
tree | 58b55d557662ed6eb0fa858d5fc87bb21f986370 /drivers/mux/Makefile | |
parent | f6689802eb7466c4a51b1ee8af021668a1b4fb13 (diff) | |
download | talos-obmc-linux-afda08c4caa9489511557def51e322a5f2142a2f.tar.gz talos-obmc-linux-afda08c4caa9489511557def51e322a5f2142a2f.zip |
mux: adg792a: add mux controller driver for ADG792A/G
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>
Diffstat (limited to 'drivers/mux/Makefile')
-rw-r--r-- | drivers/mux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mux/Makefile b/drivers/mux/Makefile index bb16953f6290..b00a7d37d2fb 100644 --- a/drivers/mux/Makefile +++ b/drivers/mux/Makefile @@ -3,4 +3,5 @@ # obj-$(CONFIG_MULTIPLEXER) += mux-core.o +obj-$(CONFIG_MUX_ADG792A) += mux-adg792a.o obj-$(CONFIG_MUX_GPIO) += mux-gpio.o |