diff options
Diffstat (limited to 'drivers/i2c/muxes/Kconfig')
-rw-r--r-- | drivers/i2c/muxes/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index 90b7a0163899..e14a4205e5c6 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig | |||
@@ -25,7 +25,7 @@ config I2C_MUX_PCA9541 | |||
25 | I2C Master Selector. | 25 | I2C Master Selector. |
26 | 26 | ||
27 | This driver can also be built as a module. If so, the module | 27 | This driver can also be built as a module. If so, the module |
28 | will be called pca9541. | 28 | will be called i2c-mux-pca9541. |
29 | 29 | ||
30 | config I2C_MUX_PCA954x | 30 | config I2C_MUX_PCA954x |
31 | tristate "Philips PCA954x I2C Mux/switches" | 31 | tristate "Philips PCA954x I2C Mux/switches" |
@@ -35,6 +35,6 @@ config I2C_MUX_PCA954x | |||
35 | I2C mux/switch devices. | 35 | I2C mux/switch devices. |
36 | 36 | ||
37 | This driver can also be built as a module. If so, the module | 37 | This driver can also be built as a module. If so, the module |
38 | will be called pca954x. | 38 | will be called i2c-mux-pca954x. |
39 | 39 | ||
40 | endmenu | 40 | endmenu |