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/Kconfig | |
parent | f6689802eb7466c4a51b1ee8af021668a1b4fb13 (diff) | |
download | linux-stable-afda08c4caa9489511557def51e322a5f2142a2f.tar.gz linux-stable-afda08c4caa9489511557def51e322a5f2142a2f.tar.bz2 linux-stable-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/Kconfig')
-rw-r--r-- | drivers/mux/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mux/Kconfig b/drivers/mux/Kconfig index 738670aaecb7..c4d050645605 100644 --- a/drivers/mux/Kconfig +++ b/drivers/mux/Kconfig @@ -17,6 +17,18 @@ menuconfig MULTIPLEXER if MULTIPLEXER +config MUX_ADG792A + tristate "Analog Devices ADG792A/ADG792G Multiplexers" + depends on I2C || COMPILE_TEST + help + ADG792A and ADG792G Wide Bandwidth Triple 4:1 Multiplexers + + The driver supports both operating the three multiplexers in + parallel and operating them independently. + + To compile the driver as a module, choose M here: the module will + be called mux-adg792a. + config MUX_GPIO tristate "GPIO-controlled Multiplexer" depends on GPIOLIB || COMPILE_TEST |