[U-Boot] [PATCH] pinctrl: Kconfig: Fix typo
Marek BehĂșn
marek.behun at nic.cz
Fri Mar 2 08:56:00 UTC 2018
Signed-off-by: Marek Behun <marek.behun at nic.cz>
---
drivers/pinctrl/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 0a4dd3c0cf..ad0b8daba6 100644
--- a/drivers/pinctrl/Kconfig
+++ b/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
--
2.16.1
More information about the U-Boot
mailing list