aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2018-03-02 09:56:00 +0100
committerTom Rini <trini@konsulko.com>2018-03-05 10:06:05 -0500
commitde2069c761b0e9334b4e68e02f63bf08d8ea1e45 (patch)
tree9f6217f8c3a8510a7742bfa7adf41efc6cca1a37 /drivers/pinctrl/Kconfig
parent1e5f89881af7054c1a30991a922a8ed609a4c050 (diff)
downloadu-boot-de2069c761b0e9334b4e68e02f63bf08d8ea1e45.zip
u-boot-de2069c761b0e9334b4e68e02f63bf08d8ea1e45.tar.gz
u-boot-de2069c761b0e9334b4e68e02f63bf08d8ea1e45.tar.bz2
pinctrl: Kconfig: Fix typo
Signed-off-by: Marek Behun <marek.behun@nic.cz>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 0a4dd3c..ad0b8da 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