Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1685931
| From | Chris Gorman <chrisjohgorman@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] drivers: i2c: muxes: Kconfig |
| Date | 2017-07-12 19:40 +0200 |
| Message-ID | <u2tMe-2LF-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-) 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" -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] drivers: i2c: muxes: Kconfig Chris Gorman <chrisjohgorman@gmail.com> - 2017-07-12 19:40 +0200
csiph-web