diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-04-28 15:32:06 +0200 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-05-12 14:28:18 +0200 |
commit | e7065e20d9a6a8ee4a8b31ebe71d6c00a0f45354 (patch) | |
tree | 2f219f7db3371d477733bbcf6d8f56e5bac1cf69 /drivers/i2c/muxes/Kconfig | |
parent | 353f56b5f3093b6d75e81f523a8b10748a40f278 (diff) | |
download | blackbird-op-linux-e7065e20d9a6a8ee4a8b31ebe71d6c00a0f45354.tar.gz blackbird-op-linux-e7065e20d9a6a8ee4a8b31ebe71d6c00a0f45354.zip |
i2c: Rename last mux driver to standard pattern
Update the MAINTAINERS entry and all other references accordingly.
Based on an original patch by Wolfram Sang.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Peter Korsgaard <peter.korsgaard@barco.com>
[wsa: fixed merge conflict due to rework in i2c_add_mux_adapter()]
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'drivers/i2c/muxes/Kconfig')
-rw-r--r-- | drivers/i2c/muxes/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index e14a4205e5c6..beb2491db274 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig @@ -15,7 +15,7 @@ config I2C_MUX_GPIO through GPIO pins. This driver can also be built as a module. If so, the module - will be called gpio-i2cmux. + will be called i2c-mux-gpio. config I2C_MUX_PCA9541 tristate "NXP PCA9541 I2C Master Selector" |