浏览代码

pinctrl: Kconfig: Fix typo

Signed-off-by: Marek Behun <marek.behun@nic.cz>
Marek Behún 7 年之前
父节点
当前提交
de2069c761
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      drivers/pinctrl/Kconfig

+ 3 - 3
drivers/pinctrl/Kconfig

@@ -47,9 +47,9 @@ config PINMUX
 	default y
 	help
 	  This option enables pin multiplexing through the generic pinctrl
-	  framework. Most SoCs have their own own multiplexing arrangement
-	  where a single pin can be used for several functions. An SoC pinctrl
-	  driver allows the required function to be selected for each pin.
+	  framework. Most SoCs have their own multiplexing arrangement where
+	  a single pin can be used for several functions. An SoC pinctrl driver
+	  allows the required function to be selected for each pin.
 	  The driver is typically controlled by the device tree.
 
 config PINCONF