]> git.sur5r.net Git - u-boot/commitdiff
pinctrl: Kconfig: Fix typo
authorMarek BehĂșn <marek.behun@nic.cz>
Fri, 2 Mar 2018 08:56:00 +0000 (09:56 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 5 Mar 2018 15:06:05 +0000 (10:06 -0500)
Signed-off-by: Marek Behun <marek.behun@nic.cz>
drivers/pinctrl/Kconfig

index 0a4dd3c0cfd1f587fa10ef7d3e7db707c4795225..ad0b8daba622e30024a45b49d89abe7c676c2f2c 100644 (file)
@@ -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