]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
i2c: mux: pinctrl: mention correct module name in Kconfig help text
authorChris Gorman <chrisjohgorman@gmail.com>
Wed, 12 Jul 2017 17:31:26 +0000 (13:31 -0400)
committerPeter Rosin <peda@axentia.se>
Mon, 17 Jul 2017 04:24:37 +0000 (06:24 +0200)
Kconfig says the resulting module is pinctrl-i2cmux, but the module when
built is i2c-mux-pinctrl.

Fixes: ae58d1e40698 ("i2c: Add generic I2C multiplexer using pinctrl API")
Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
drivers/i2c/muxes/Kconfig

index 2c64d0e0740f0db0c4427af9d6602bc8aaa0ea24..17121329bb793a615e8969a15327e3f07035cdbb 100644 (file)
@@ -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"