diff mbox

drivers: i2c: muxes: Kconfig

Message ID 1499880686-8257-1-git-send-email-chrisjohgorman@gmail.com
State Accepted
Headers show

Commit Message

Chris Gorman July 12, 2017, 5:31 p.m. UTC
Kconfig says the resulting module is pinctrl-i2cmux and the module when
built is i2c-mux-pinctrl.

Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com>
---
 drivers/i2c/muxes/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Rosin July 14, 2017, 10:19 a.m. UTC | #1
On 2017-07-12 19:31, Chris Gorman wrote:
> Kconfig says the resulting module is pinctrl-i2cmux and the module when
> built is i2c-mux-pinctrl.
> 
> Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com>

Yes, thanks!

I took the liberty of changing the Subject to

"i2c: mux: pinctrl: mention the correct module name in Kconfig help text"

and applied it to my for-current branch.

Cheers,
Peter
diff mbox

Patch

diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig
index 2c64d0e..1712132 100644
--- a/drivers/i2c/muxes/Kconfig
+++ b/drivers/i2c/muxes/Kconfig
@@ -83,7 +83,7 @@  config I2C_MUX_PINCTRL
 	  different sets of pins at run-time.
 
 	  This driver can also be built as a module. If so, the module will be
-	  called pinctrl-i2cmux.
+	  called i2c-mux-pinctrl.
 
 config I2C_MUX_REG
 	tristate "Register-based I2C multiplexer"