diff options
author | Adrian Fiergolski <adrian.fiergolski@cern.ch> | 2017-12-25 22:26:46 +0100 |
---|---|---|
committer | Peter Rosin <peda@axentia.se> | 2017-12-30 23:12:34 +0100 |
commit | 8f6d6016898615012ec92957fba65a23b7ae16c9 (patch) | |
tree | 6ec850ce5a7d05ef385d50c0341c6204b13fbb26 /drivers/i2c/muxes/Kconfig | |
parent | Linux 4.15-rc2 (diff) | |
download | linux-8f6d6016898615012ec92957fba65a23b7ae16c9.tar.xz linux-8f6d6016898615012ec92957fba65a23b7ae16c9.zip |
i2c: mux: pca954x: add support for NXP PCA984x family
This patch extends the current i2c-mux-pca954x driver and adds support for
a newer PCA984x family of the I2C switches and multiplexers from NXP.
Signed-off-by: Adrian Fiergolski <adrian.fiergolski@cern.ch>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peter Rosin <peda@axentia.se>
Diffstat (limited to 'drivers/i2c/muxes/Kconfig')
-rw-r--r-- | drivers/i2c/muxes/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index 0f5c8fc36625..52a4a922e7e6 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig @@ -64,11 +64,11 @@ config I2C_MUX_PCA9541 will be called i2c-mux-pca9541. config I2C_MUX_PCA954x - tristate "Philips PCA954x I2C Mux/switches" + tristate "NXP PCA954x and PCA984x I2C Mux/switches" depends on GPIOLIB || COMPILE_TEST help - If you say yes here you get support for the Philips PCA954x - I2C mux/switch devices. + If you say yes here you get support for the NXP PCA954x + and PCA984x I2C mux/switch devices. This driver can also be built as a module. If so, the module will be called i2c-mux-pca954x. |