Skip to content

Commit d1510a2

Browse files
chrisjohgormanpeda-r
authored andcommitted
i2c: mux: pinctrl: mention correct module name in Kconfig help text
Kconfig says the resulting module is pinctrl-i2cmux, but the module when built is i2c-mux-pinctrl. Fixes: ae58d1e ("i2c: Add generic I2C multiplexer using pinctrl API") Signed-off-by: Chris Gorman <[email protected]> Signed-off-by: Peter Rosin <[email protected]>
1 parent 5771a8c commit d1510a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/muxes/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ config I2C_MUX_PINCTRL
8383
different sets of pins at run-time.
8484

8585
This driver can also be built as a module. If so, the module will be
86-
called pinctrl-i2cmux.
86+
called i2c-mux-pinctrl.
8787

8888
config I2C_MUX_REG
8989
tristate "Register-based I2C multiplexer"

0 commit comments

Comments
 (0)