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)
commitd1510a2e5ab6cb3a67f1c55ca5e7a6d2c6dec340
treefb2eaf70c0c881990b574be63f750177589f952b
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
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: 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