Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1685931 > unrolled thread

[PATCH] drivers: i2c: muxes: Kconfig

Started byChris Gorman <chrisjohgorman@gmail.com>
First post2017-07-12 19:40 +0200
Last post2017-07-12 19:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] drivers: i2c: muxes: Kconfig Chris Gorman <chrisjohgorman@gmail.com> - 2017-07-12 19:40 +0200

#1685931 — [PATCH] drivers: i2c: muxes: Kconfig

FromChris Gorman <chrisjohgorman@gmail.com>
Date2017-07-12 19:40 +0200
Subject[PATCH] drivers: i2c: muxes: Kconfig
Message-ID<u2tMe-2LF-21@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web